Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbilitiesListener - Class in net.minestom.server.listener
- AbilitiesListener() - Constructor for class net.minestom.server.listener.AbilitiesListener
- above() - Method in class net.minestom.server.utils.block.BlockUtils
- abs() - Method in record class net.minestom.server.coordinate.Vec
- ABSOLUTE - Enum constant in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
- AbsoluteBlockBatch - Class in net.minestom.server.instance.batch
-
A
Batchwhich can be used when changes are required across chunk borders, but the changes do not need any translation. - AbsoluteBlockBatch() - Constructor for class net.minestom.server.instance.batch.AbsoluteBlockBatch
- AbsoluteBlockBatch(BatchOption) - Constructor for class net.minestom.server.instance.batch.AbsoluteBlockBatch
- ABSORPTION - Static variable in interface net.minestom.server.potion.PotionEffect
- AbstractArrowMeta - Class in net.minestom.server.entity.metadata.arrow
- AbstractArrowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- AbstractFishMeta - Class in net.minestom.server.entity.metadata.water.fish
- AbstractFishMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- AbstractGolemMeta - Class in net.minestom.server.entity.metadata.golem
- AbstractGolemMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.golem.AbstractGolemMeta
- AbstractHorseMeta - Class in net.minestom.server.entity.metadata.animal
- AbstractHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- AbstractIllagerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- AbstractIllagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.AbstractIllagerMeta
- AbstractInventory - Class in net.minestom.server.inventory
-
Represents an inventory where items can be modified/retrieved.
- AbstractInventory(int) - Constructor for class net.minestom.server.inventory.AbstractInventory
- AbstractMinecartContainerMeta - Class in net.minestom.server.entity.metadata.minecart
- AbstractMinecartContainerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.AbstractMinecartContainerMeta
- AbstractMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- AbstractMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- AbstractSkeletonMeta - Class in net.minestom.server.entity.metadata.monster.skeleton
- AbstractSkeletonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.skeleton.AbstractSkeletonMeta
- AbstractVillagerMeta - Class in net.minestom.server.entity.metadata.villager
- AbstractVillagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- ACACIA - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- ACACIA_BOAT - Static variable in interface net.minestom.server.item.Material
- ACACIA_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_BUTTON - Static variable in interface net.minestom.server.item.Material
- ACACIA_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_DOOR - Static variable in interface net.minestom.server.item.Material
- ACACIA_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_FENCE - Static variable in interface net.minestom.server.item.Material
- ACACIA_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- ACACIA_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_LEAVES - Static variable in interface net.minestom.server.item.Material
- ACACIA_LOG - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_LOG - Static variable in interface net.minestom.server.item.Material
- ACACIA_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_PLANKS - Static variable in interface net.minestom.server.item.Material
- ACACIA_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- ACACIA_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SAPLING - Static variable in interface net.minestom.server.item.Material
- ACACIA_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SIGN - Static variable in interface net.minestom.server.item.Material
- ACACIA_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_SLAB - Static variable in interface net.minestom.server.item.Material
- ACACIA_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_STAIRS - Static variable in interface net.minestom.server.item.Material
- ACACIA_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- ACACIA_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- ACACIA_WOOD - Static variable in interface net.minestom.server.item.Material
- acceleration() - Method in class net.minestom.server.registry.Registry.EntityEntry
- accept(int, int) - Method in interface net.minestom.server.utils.function.IntegerBiConsumer
- accept(Collection<Player>, PacketController, ServerPacket) - Method in interface net.minestom.server.listener.manager.ServerPacketConsumer
-
Called when a packet is sent to a client.
- accept(Player, PacketController, ClientPlayPacket) - Method in interface net.minestom.server.listener.manager.ClientPacketConsumer
-
Called when a packet is received from a client.
- accept(Player, int, ClickType, InventoryConditionResult) - Method in interface net.minestom.server.inventory.condition.InventoryCondition
-
Called when a
Playerclicks in the inventory where thisInventoryConditionhas been added to. - accept(PlayerConnection, ResponseData) - Method in interface net.minestom.server.ping.ResponseDataConsumer
-
Deprecated.A method to fill the data of the response.
- accept(Registry.Container<T>, String, Map<String, Object>) - Method in interface net.minestom.server.registry.Registry.Container.Loader
- accept(MixinPlatformManager, IContainerHandle) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- accept(T, Player) - Method in interface net.minestom.server.listener.manager.PacketListenerConsumer
- ACCEPTED - Enum constant in enum class net.minestom.server.resourcepack.ResourcePackStatus
- accepts(ChatPosition) - Method in enum class net.minestom.server.message.ChatMessageType
-
Checks if this message type is accepting of messages from a given position.
- achieved - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- ACKNOWLEDGE_PLAYER_DIGGING - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- AcknowledgePlayerDiggingPacket - Class in net.minestom.server.network.packet.server.play
- AcknowledgePlayerDiggingPacket() - Constructor for class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- AcknowledgePlayerDiggingPacket(Point, int, ClientPlayerDiggingPacket.Status, boolean) - Constructor for class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- AcknowledgePlayerDiggingPacket(Point, Block, ClientPlayerDiggingPacket.Status, boolean) - Constructor for class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- Acquirable<T> - Interface in net.minestom.server.acquirable
- Acquirable.Handler - Class in net.minestom.server.acquirable
- AcquirableCollection<E> - Class in net.minestom.server.acquirable
- AcquirableCollection(Collection<Acquirable<E>>) - Constructor for class net.minestom.server.acquirable.AcquirableCollection
- acquireAsync(Consumer<E>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- Acquired<T> - Class in net.minestom.server.acquirable
-
Represents an object that has been safely acquired and can be freed again.
- acquireSync(Consumer<E>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- action - Variable in class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- action - Variable in class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- action - Variable in class net.minestom.server.network.packet.client.play.ClientStatusPacket
- action - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- action - Variable in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- action - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- action - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- action - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The action of the packet
- action - Variable in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- ACTION_BAR - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ActionBarPacket - Class in net.minestom.server.network.packet.server.play
- ActionBarPacket() - Constructor for class net.minestom.server.network.packet.server.play.ActionBarPacket
- ActionBarPacket(Component) - Constructor for class net.minestom.server.network.packet.server.play.ActionBarPacket
- actionBarText - Variable in class net.minestom.server.network.packet.server.play.ActionBarPacket
- actionId - Variable in class net.minestom.server.network.packet.server.play.BlockActionPacket
- actionParam - Variable in class net.minestom.server.network.packet.server.play.BlockActionPacket
- ACTIVATOR_RAIL - Static variable in interface net.minestom.server.instance.block.Block
- ACTIVATOR_RAIL - Static variable in interface net.minestom.server.item.Material
- add(double) - Method in interface net.minestom.server.coordinate.Point
- add(double) - Method in record class net.minestom.server.coordinate.Pos
- add(double) - Method in record class net.minestom.server.coordinate.Vec
- add(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- add(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
- add(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- add(Point) - Method in interface net.minestom.server.coordinate.Point
- add(Point) - Method in record class net.minestom.server.coordinate.Pos
- add(Point) - Method in record class net.minestom.server.coordinate.Vec
- add(E) - Method in interface net.minestom.server.instance.EntityTracker.Update
- add(Acquirable<E>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- add(BinaryBuffer) - Static method in class net.minestom.server.utils.binary.PooledBuffers
- ADD - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- ADD - Static variable in interface net.minestom.server.inventory.TransactionType
-
Adds an item to the inventory.
- ADD_PLAYER - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- ADD_PLAYERS_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
An action to add player to the team
- addAIGroup(List<GoalSelector>, List<TargetSelector>) - Method in interface net.minestom.server.entity.ai.EntityAI
-
Adds new AI group to this entity, consisting of the given
goal selectorsandtarget selectors. - addAIGroup(EntityAIGroup) - Method in interface net.minestom.server.entity.ai.EntityAI
-
Adds new AI group to this entity.
- addAll(Collection<? extends Acquirable<E>>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- addBiome(Biome) - Method in class net.minestom.server.world.biomes.BiomeManager
-
Adds a new biome.
- addBossBar(Collection<Player>, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Adds the specified players to the boss bar's viewers and spawns the boss bar, registering the boss bar if needed.
- addBossBar(Player, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Adds the specified player to the boss bar's viewers and spawns the boss bar, registering the boss bar if needed.
- addChild(EventNode<? extends T>) - Method in interface net.minestom.server.event.EventNode
-
Directly adds a child node to this node.
- addChild(EventNode<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- addChild(MinestomExtensionClassLoader) - Method in class net.minestom.server.extras.selfmodification.HierarchyClassLoader
- addCodeModifier(CodeModifier) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- addConditionalSyntax(CommandCondition, CommandExecutor, Argument<?>...) - Method in class net.minestom.server.command.builder.Command
-
Adds a new syntax in the command.
- addDelay(Duration) - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Adds to the delay until minestom will send the ping response packet.
- addDimension(DimensionType) - Method in class net.minestom.server.world.DimensionTypeManager
-
Adds a new dimension type.
- addEffect(Potion) - Method in class net.minestom.server.entity.Entity
-
Adds an effect to an entity.
- AddEntityToInstanceEvent - Class in net.minestom.server.event.instance
-
Called by an Instance when an entity is added to it.
- AddEntityToInstanceEvent(Instance, Entity) - Constructor for class net.minestom.server.event.instance.AddEntityToInstanceEvent
- addEntries(Collection<? extends NamedAndIdentified>) - Method in class net.minestom.server.ping.ResponseData
-
Adds a series of entries to the response data sample.
- addEntries(NamedAndIdentified...) - Method in class net.minestom.server.ping.ResponseData
-
Adds a series of entries to the response data sample.
- addEntry(SuggestionEntry) - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- addEntry(NamedAndIdentified) - Method in class net.minestom.server.ping.ResponseData
-
Adds an entry to the response data sample.
- addEventCallback(Class<V>, EventCallback<V>) - Method in class net.minestom.server.event.GlobalEventHandler
-
Deprecated.
- addEventCallback(Class<V>, EventCallback<V>) - Method in interface net.minestom.server.event.handler.EventHandler
-
Deprecated.
- addGoalSelector(GoalSelector) - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Adds
GoalSelectorto the list of goal selectors of the buildingEntityAIGroup. - addIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.ShapedRecipe
- addIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.ShapelessRecipe
- addInventoryCondition(InventoryCondition) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds a new
InventoryConditionto this inventory. - addItem(ItemStack) - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- addItemStack(ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
- addItemStack(ItemStack, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds an
ItemStackto the inventory and sends relevant update to the viewer(s). - addItemStacks(List<ItemStack>, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Adds
ItemStacks to the inventory and sends relevant updates to the viewer(s). - addition - Variable in class net.minestom.server.utils.ViewEngine.Option
- ADDITION - Enum constant in enum class net.minestom.server.attribute.AttributeOperation
- additionsSound(BiomeEffects.AdditionsSound) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- AdditionsSound(NamespaceID, double) - Constructor for class net.minestom.server.world.biomes.BiomeEffects.AdditionsSound
- addListener(Class<E>, Consumer<E>) - Method in interface net.minestom.server.event.EventNode
- addListener(EventListener<? extends T>) - Method in interface net.minestom.server.event.EventNode
- addListener(EventListener<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- addMember(String) - Method in class net.minestom.server.scoreboard.Team
-
Adds a member to the
Team. - addMissingCodeModifier(String) - Method in class net.minestom.server.extensions.DiscoveredExtension
- addModifier(AttributeModifier) - Method in class net.minestom.server.attribute.AttributeInstance
-
Add a modifier to this instance.
- addNodes(DeclareCommandsPacket.Node[]) - Method in class net.minestom.server.command.builder.NodeMaker
- addPacketToQueue(ClientPlayPacket) - Method in class net.minestom.server.entity.Player
-
All packets in the queue are executed in the
Player.update(long)method It is used internally to add all received packet from the client. - addPassenger(Entity) - Method in class net.minestom.server.entity.Entity
-
Adds a new passenger to this entity.
- addPermission(Permission) - Method in interface net.minestom.server.permission.PermissionHandler
-
Adds a
Permissionto this handler. - addPlayer(Iterable<Player>) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(String) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(String, UUID) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- addPlayer(Player) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- AddPlayer(UUID, String, GameMode, int) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- addPlayers(String...) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Adds some players to the response.
- addPlayers(Collection<String>) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Adds some players to the response.
- addPluginRequestEntry(int, String) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Adds an entry to the plugin request map.
- addRecipe(Recipe) - Method in class net.minestom.server.recipe.RecipeManager
- addSharedInstance(SharedInstance) - Method in class net.minestom.server.instance.InstanceContainer
-
Assigns a
SharedInstanceto this container. - addSubcommand(Command) - Method in class net.minestom.server.command.builder.Command
- addSyntax(CommandExecutor, String) - Method in class net.minestom.server.command.builder.Command
-
Creates a syntax from a formatted string.
- addSyntax(CommandExecutor, Argument<?>...) - Method in class net.minestom.server.command.builder.Command
-
Adds a new syntax without condition.
- addTargetSelector(TargetSelector) - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Adds
TargetSelectorto the list of target selectors of the buildingEntityAIGroup. - addThreadMonitor(String) - Method in class net.minestom.server.monitoring.BenchmarkManager
- addTickEndCallback(LongConsumer) - Method in class net.minestom.server.UpdateManager
-
Adds a callback executed at the end of the next server tick.
- addTickMonitor(Consumer<TickMonitor>) - Method in class net.minestom.server.UpdateManager
- addTickStartCallback(LongConsumer) - Method in class net.minestom.server.UpdateManager
-
Adds a callback executed at the start of the next server tick.
- addTo(R, long) - Method in class net.minestom.server.utils.time.Tick
- addTrade(TradeListPacket.Trade) - Method in class net.minestom.server.inventory.type.VillagerInventory
- addURL(URL) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- addViewer(Player) - Method in class net.minestom.server.advancements.AdvancementTab
- addViewer(Player) - Method in class net.minestom.server.entity.Entity
- addViewer(Player) - Method in class net.minestom.server.entity.hologram.Hologram
-
Adds a viewer.
- addViewer(Player) - Method in class net.minestom.server.instance.Chunk
-
Adds the player to the viewing collection.
- addViewer(Player) - Method in class net.minestom.server.inventory.Inventory
-
This will not open the inventory for
player, usePlayer.openInventory(Inventory). - addViewer(Player) - Method in class net.minestom.server.inventory.type.VillagerInventory
- addViewer(Player) - Method in class net.minestom.server.scoreboard.BelowNameTag
- addViewer(Player) - Method in class net.minestom.server.scoreboard.Sidebar
- addViewer(Player) - Method in class net.minestom.server.scoreboard.TabList
- addViewer(Player) - Method in interface net.minestom.server.Viewable
-
Adds a viewer.
- Advancement - Class in net.minestom.server.advancements
-
Represents an advancement located in an
AdvancementTab. - Advancement() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- Advancement(Component, Component, Material, FrameType, float, float) - Constructor for class net.minestom.server.advancements.Advancement
- Advancement(Component, Component, ItemStack, FrameType, float, float) - Constructor for class net.minestom.server.advancements.Advancement
- AdvancementAction - Enum Class in net.minestom.server.advancements
- AdvancementManager - Class in net.minestom.server.advancements
-
Used to manage all the registered
AdvancementTab. - AdvancementManager() - Constructor for class net.minestom.server.advancements.AdvancementManager
- AdvancementMapping() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- advancementMappings - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- AdvancementProgress() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
- AdvancementRoot - Class in net.minestom.server.advancements
-
Represents an
Advancementwhich is the root of anAdvancementTab. - AdvancementRoot(Component, Component, ItemStack, FrameType, float, float, String) - Constructor for class net.minestom.server.advancements.AdvancementRoot
- AdvancementRoot(Component, Component, Material, FrameType, float, float, String) - Constructor for class net.minestom.server.advancements.AdvancementRoot
- ADVANCEMENTS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- AdvancementsPacket - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket
- AdvancementsPacket.Advancement - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.AdvancementMapping - Class in net.minestom.server.network.packet.server.play
-
AdvancementMapping maps the namespaced ID to the Advancement.
- AdvancementsPacket.AdvancementProgress - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.Criteria - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.CriterionProgress - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.DisplayData - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.ProgressMapping - Class in net.minestom.server.network.packet.server.play
- AdvancementsPacket.Requirement - Class in net.minestom.server.network.packet.server.play
- AdvancementTab - Class in net.minestom.server.advancements
-
Represents a tab which can be shared between multiple players.
- AdvancementTab(String, AdvancementRoot) - Constructor for class net.minestom.server.advancements.AdvancementTab
- AdvancementTabEvent - Class in net.minestom.server.event.player
-
Called when a
Playeropens the advancement screens or switch the tab and when he closes the screen. - AdvancementTabEvent(Player, AdvancementAction, String) - Constructor for class net.minestom.server.event.player.AdvancementTabEvent
- AdvancementTabListener - Class in net.minestom.server.listener
- AdvancementTabListener() - Constructor for class net.minestom.server.listener.AdvancementTabListener
- AdvancementUtils - Class in net.minestom.server.utils.advancement
- ADVENTURE - Enum constant in enum class net.minestom.server.entity.GameMode
- AdventurePacketConvertor - Class in net.minestom.server.adventure
-
Utility methods to convert adventure enums to their packet values.
- AdventurePacketConvertor() - Constructor for class net.minestom.server.adventure.AdventurePacketConvertor
- age() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- AgeableMobMeta - Class in net.minestom.server.entity.metadata
- AgeableMobMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.AgeableMobMeta
- AGGRESSIVE - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- AIR - Static variable in interface net.minestom.server.instance.block.Block
- AIR - Static variable in class net.minestom.server.item.ItemStack
-
Constant AIR item.
- AIR - Static variable in interface net.minestom.server.item.Material
- aiTick(long) - Method in interface net.minestom.server.entity.ai.EntityAI
- ALBAN - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- all() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members.
- all() - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Gets every audience in the registry.
- all() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members.
- all(String) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event type with no filtering.
- all(Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members that match the given predicate.
- all(Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members that match the given predicate.
- ALL - Static variable in interface net.minestom.server.event.EventFilter
- ALL - Static variable in interface net.minestom.server.inventory.TransactionOption
-
Place as much as the item as possible.
- ALL_BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- ALL_ENTITIES - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- ALL_OR_NOTHING - Static variable in interface net.minestom.server.inventory.TransactionOption
-
Only place the item if can be fully added.
- ALL_PLAYERS - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- ALL_RECIPES - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- ALLIUM - Static variable in interface net.minestom.server.instance.block.Block
- ALLIUM - Static variable in interface net.minestom.server.item.Material
- allocateTrimmedPacket(ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- allowFriendlyFire() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the friendly flags for allow friendly fire without an update packet.
- allowSpace - Variable in class net.minestom.server.command.builder.arguments.Argument
- allowSpace() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets if the argument can contain space.
- ALWAYS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Can push all objects and can be pushed by all objects
- ALWAYS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
The name tag is visible
- AMBIENT_BASALT_DELTAS_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_BASALT_DELTAS_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_BASALT_DELTAS_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CAVE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_CRIMSON_FOREST_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_ENTITY_EFFECT - Static variable in interface net.minestom.server.particle.Particle
- AMBIENT_NETHER_WASTES_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_NETHER_WASTES_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_NETHER_WASTES_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_SOUL_SAND_VALLEY_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_ENTER - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_EXIT - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_ADDITIONS - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- AMBIENT_WARPED_FOREST_MOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- AmbientCreatureMeta - Class in net.minestom.server.entity.metadata.ambient
- AmbientCreatureMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.ambient.AmbientCreatureMeta
- ambientLight(float) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- ambientSound(NamespaceID) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- AMETHYST_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- AMETHYST_BLOCK - Static variable in interface net.minestom.server.item.Material
- AMETHYST_CLUSTER - Static variable in interface net.minestom.server.instance.block.Block
- AMETHYST_CLUSTER - Static variable in interface net.minestom.server.item.Material
- AMETHYST_SHARD - Static variable in interface net.minestom.server.item.Material
- amount(int) - Method in class net.minestom.server.item.ItemStackBuilder
- ANCIENT_DEBRIS - Static variable in interface net.minestom.server.instance.block.Block
- ANCIENT_DEBRIS - Static variable in interface net.minestom.server.item.Material
- ANDESITE - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE - Static variable in interface net.minestom.server.item.Material
- ANDESITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_SLAB - Static variable in interface net.minestom.server.item.Material
- ANDESITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- ANDESITE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- ANDESITE_WALL - Static variable in interface net.minestom.server.item.Material
- angle - Variable in class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- angle(Vec) - Method in record class net.minestom.server.coordinate.Vec
-
Gets the angle between this vector and another in radians.
- ANGRY_VILLAGER - Static variable in interface net.minestom.server.particle.Particle
- AnimalMeta - Class in net.minestom.server.entity.metadata.animal
- AnimalMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.AnimalMeta
- ANIMALS_BRED - Static variable in interface net.minestom.server.statistic.StatisticType
- animation - Variable in class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- animationListener(ClientAnimationPacket, Player) - Static method in class net.minestom.server.listener.AnimationListener
- AnimationListener - Class in net.minestom.server.listener
- AnimationListener() - Constructor for class net.minestom.server.listener.AnimationListener
- ANVIL - Enum constant in enum class net.minestom.server.inventory.InventoryType
- ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- ANVIL - Static variable in interface net.minestom.server.item.Material
- ANVIL_DESTROYED - Enum constant in enum class net.minestom.server.effects.Effects
- ANVIL_LANDED - Enum constant in enum class net.minestom.server.effects.Effects
- ANVIL_REPAIR_COST - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ANVIL_USED - Enum constant in enum class net.minestom.server.effects.Effects
- AnvilInventory - Class in net.minestom.server.inventory.type
- AnvilInventory(String) - Constructor for class net.minestom.server.inventory.type.AnvilInventory
- AnvilInventory(Component) - Constructor for class net.minestom.server.inventory.type.AnvilInventory
- AnvilLoader - Class in net.minestom.server.instance
- AnvilLoader(String) - Constructor for class net.minestom.server.instance.AnvilLoader
- AnvilLoader(Path) - Constructor for class net.minestom.server.instance.AnvilLoader
- APPLE - Static variable in interface net.minestom.server.item.Material
- apply(double) - Method in interface net.minestom.server.coordinate.Vec.Interpolation
- apply(double, double, double) - Method in interface net.minestom.server.coordinate.Vec.Operator
- apply(double, double, double, float, float) - Method in interface net.minestom.server.coordinate.Pos.Operator
- apply(CommandSender, String) - Method in interface net.minestom.server.utils.callback.CommandCallback
-
Executed if an unknown command is run.
- apply(CommandSender, CommandContext) - Method in interface net.minestom.server.command.builder.CommandExecutor
-
Executes the command callback once the syntax has been called (or the default executor).
- apply(CommandSender, CommandContext, Suggestion) - Method in interface net.minestom.server.command.builder.suggestion.SuggestionCallback
- apply(CommandSender, ArgumentSyntaxException) - Method in interface net.minestom.server.command.builder.ArgumentCallback
-
Executed when an error is found.
- apply(Pos.Operator) - Method in record class net.minestom.server.coordinate.Pos
-
Returns a new position based on this position fields.
- apply(Vec.Operator) - Method in record class net.minestom.server.coordinate.Vec
-
Creates a new point with coordinated depending on
this. - apply(Instance) - Method in class net.minestom.server.instance.Explosion
-
Performs the explosion and send the corresponding packet
- apply(Instance, int, int, int, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position.
- apply(Instance, int, int, int, Runnable, boolean) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position, execute the callback depending on safeCallback.
- apply(Instance, int, int, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk.
- apply(Instance, Point, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given block position.
- apply(Instance, Chunk, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk.
- apply(Instance, Chunk, ChunkCallback, boolean) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk, and execute the callback depending on safeCallback.
- apply(Instance, Chunk, ChunkCallback, boolean) - Method in class net.minestom.server.instance.batch.ChunkGenerationBatch
- apply(Instance, Runnable) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
-
Applies this batch to the given instance.
- apply(Instance, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the origin (0, 0, 0) of the instance.
- apply(Instance, Runnable, boolean) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
-
Applies this batch to the given instance, and execute the callback depending on safeCallback.
- apply(Instance, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to chunk (0, 0).
- apply(Instance, C) - Method in interface net.minestom.server.instance.batch.Batch
-
Called to apply the batch to the given instance.
- apply(ItemStack, int) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- apply(ItemStack, int) - Method in interface net.minestom.server.item.StackingRule
-
Changes the size of the
ItemStacktonewAmount. - apply(ItemStack, IntUnaryOperator) - Method in interface net.minestom.server.item.StackingRule
- apply(MapColors) - Method in enum class net.minestom.server.map.MapColors.Multiplier
- applyEnchantment(Enchantment, short) - Method in interface net.minestom.server.utils.NBTUtils.EnchantmentSetter
- applyUnsafe(Instance, int, int, int, Runnable) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Applies this batch to the given instance at the given position, and execute the callback immediately when the blocks have been applied, int an unknown thread.
- applyWorldBorder(Instance, Pos, Pos) - Static method in class net.minestom.server.collision.CollisionUtils
-
Applies world border collision.
- APPRENTICE - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- APPROXIMATE - Enum constant in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
RGB components are divided by 10 before issuing a lookup (as with the PRECISE strategy), but saves on memory usage
- AQUA_AFFINITY - Static variable in interface net.minestom.server.item.Enchantment
- ARBITRARY - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
- AREA_EFFECT_CLOUD - Static variable in interface net.minestom.server.entity.EntityType
- AreaEffectCloudMeta - Class in net.minestom.server.entity.metadata.other
- AreaEffectCloudMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- areAnyTranslatable(Collection<Component>) - Static method in class net.minestom.server.utils.ComponentUtils
-
Checks if any of a series of components are translatable server-side.
- areCodeModifiersAllLoadedCorrectly() - Method in class net.minestom.server.extensions.Extension
-
If this extension registers code modifiers and/or mixins, are they loaded correctly?
- areLinked(Instance, Instance) - Static method in class net.minestom.server.utils.instance.InstanceUtils
-
Gets if two instances share the same chunks.
- arePlayersHidden() - Method in class net.minestom.server.ping.ResponseData
-
Returns if the players are hidden or not.
- argCondition(boolean, String) - Static method in class net.minestom.server.utils.validate.Check
- argCondition(boolean, String, Object...) - Static method in class net.minestom.server.utils.validate.Check
- argIndex - Variable in class net.minestom.server.command.builder.parser.CommandSuggestionHolder
- args - Variable in class net.minestom.server.command.builder.CommandContext
- args - Variable in class net.minestom.server.command.builder.parser.CommandQueryResult
- argument - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argument - Variable in class net.minestom.server.command.builder.parser.ArgumentQueryResult
- Argument<T> - Class in net.minestom.server.command.builder.arguments
-
An argument is meant to be parsed when added into a
Command's syntax withCommand.addSyntax(CommandExecutor, Argument[]). - Argument(String) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument with
useRemainingandallowSpacesets to false. - Argument(String, boolean) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument with
useRemainingsets to false. - Argument(String, boolean, boolean) - Constructor for class net.minestom.server.command.builder.arguments.Argument
-
Creates a new argument.
- ARGUMENT - Enum constant in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
- ArgumentBlockState - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentBlockState(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- ArgumentBoolean - Class in net.minestom.server.command.builder.arguments
-
Represents a boolean value.
- ArgumentBoolean(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentBoolean
- ArgumentCallback - Interface in net.minestom.server.command.builder
-
Callback executed when an error is found within the
Argument. - ArgumentColor - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you a
Stylecontaining the colour or no colour if the argument wasreset. - ArgumentColor(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- ArgumentCommand - Class in net.minestom.server.command.builder.arguments
- ArgumentCommand(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentCommand
- ArgumentComponent - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentComponent(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- ArgumentDouble - Class in net.minestom.server.command.builder.arguments.number
- ArgumentDouble(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentDouble
- ArgumentEnchantment - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving an
Enchantment. - ArgumentEnchantment(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEnchantment
- ArgumentEntity - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents the target selector argument.
- ArgumentEntity(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- ArgumentEntityType - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving an
EntityType. - ArgumentEntityType(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEntityType
- ArgumentEnum<E extends Enum> - Class in net.minestom.server.command.builder.arguments
- ArgumentEnum(String, Class<E>) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentEnum
- ArgumentEnum.Format - Enum Class in net.minestom.server.command.builder.arguments
- ArgumentFloat - Class in net.minestom.server.command.builder.arguments.number
- ArgumentFloat(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentFloat
- ArgumentFloatRange - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you an
FloatRange. - ArgumentFloatRange(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentFloatRange
- ArgumentGroup - Class in net.minestom.server.command.builder.arguments
- ArgumentGroup(String, Argument<?>...) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentGroup
- ArgumentInteger - Class in net.minestom.server.command.builder.arguments.number
- ArgumentInteger(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentInteger
- ArgumentIntRange - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument which will give you an
IntRange. - ArgumentIntRange(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentIntRange
- ArgumentItemStack - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument which can be used to retrieve an
ItemStackfrom its material and with NBT data. - ArgumentItemStack(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- ArgumentLiteral - Class in net.minestom.server.command.builder.arguments
- ArgumentLiteral(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentLiteral
- ArgumentLong - Class in net.minestom.server.command.builder.arguments.number
- ArgumentLong(String) - Constructor for class net.minestom.server.command.builder.arguments.number.ArgumentLong
- ArgumentLoop<T> - Class in net.minestom.server.command.builder.arguments
- ArgumentLoop(String, Argument<T>...) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentLoop
- ArgumentNbtCompoundTag - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument used to retrieve a
NBTCompoundif you need key-value data. - ArgumentNbtCompoundTag(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- ArgumentNbtTag - Class in net.minestom.server.command.builder.arguments.minecraft
-
Argument used to retrieve a
NBTbased object, can be any kind of tag likeNBTCompound,NBTList,NBTInt, etc... - ArgumentNbtTag(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- ArgumentNumber<T extends Number> - Class in net.minestom.server.command.builder.arguments.number
- ArgumentParser - Class in net.minestom.server.command.builder.parser
- ArgumentParser() - Constructor for class net.minestom.server.command.builder.parser.ArgumentParser
- ArgumentParser.ArgumentResult - Class in net.minestom.server.command.builder.parser
- ArgumentParticle - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving a
Particle. - ArgumentParticle(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentParticle
- ArgumentPotionEffect - Class in net.minestom.server.command.builder.arguments.minecraft.registry
-
Represents an argument giving a
PotionEffect. - ArgumentPotionEffect(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentPotionEffect
- ArgumentQueryResult - Class in net.minestom.server.command.builder.parser
- ArgumentQueryResult() - Constructor for class net.minestom.server.command.builder.parser.ArgumentQueryResult
- ArgumentRange<T extends Range<N>,
N extends Number> - Class in net.minestom.server.command.builder.arguments.minecraft -
Abstract class used by
ArgumentIntRangeandArgumentFloatRange. - ArgumentRange(String, String, N, N, Function<String, N>, BiFunction<N, N, T>) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentRange
- ArgumentRegistry<T> - Class in net.minestom.server.command.builder.arguments.minecraft.registry
- ArgumentRegistry(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentRegistry
- ArgumentRelativeBlockPosition - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a block position with 3 integers (x;y;z) which can take relative coordinates.
- ArgumentRelativeBlockPosition(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeBlockPosition
- ArgumentRelativeVec2 - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a
Vecwith 2 floating numbers (x;z) which can take relative coordinates. - ArgumentRelativeVec2(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec2
- ArgumentRelativeVec3 - Class in net.minestom.server.command.builder.arguments.relative
-
Represents a
Vecwith 3 floating numbers (x;y;z) which can take relative coordinates. - ArgumentRelativeVec3(String) - Constructor for class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- ArgumentResourceLocation - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentResourceLocation(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- ArgumentResult() - Constructor for class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argumentResults - Variable in class net.minestom.server.command.builder.parser.ValidSyntaxHolder
- ArgumentString - Class in net.minestom.server.command.builder.arguments
-
Argument which will take a quoted string.
- ArgumentString(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentString
- ArgumentStringArray - Class in net.minestom.server.command.builder.arguments
-
Represents an argument which will take all the remaining of the command.
- ArgumentStringArray(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentStringArray
- argumentSyntaxException - Variable in class net.minestom.server.command.builder.ParsedCommand
- argumentSyntaxException - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- argumentSyntaxException - Variable in class net.minestom.server.command.builder.parser.CommandSuggestionHolder
- ArgumentSyntaxException - Exception in net.minestom.server.command.builder.exception
-
Exception triggered when an
Argumentis wrongly parsed. - ArgumentSyntaxException(String, String, int) - Constructor for exception net.minestom.server.command.builder.exception.ArgumentSyntaxException
- ArgumentTime - Class in net.minestom.server.command.builder.arguments.minecraft
-
Represents an argument giving a time (day/second/tick).
- ArgumentTime(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- ArgumentType - Class in net.minestom.server.command.builder.arguments
-
Convenient class listing all the basics
Argument. - ArgumentType() - Constructor for class net.minestom.server.command.builder.arguments.ArgumentType
- ArgumentUUID - Class in net.minestom.server.command.builder.arguments.minecraft
- ArgumentUUID(String) - Constructor for class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- ArgumentWord - Class in net.minestom.server.command.builder.arguments
-
Represents a single word in the command.
- ArgumentWord(String) - Constructor for class net.minestom.server.command.builder.arguments.ArgumentWord
- ARMOR - Static variable in class net.minestom.server.attribute.Attribute
- ARMOR - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- ARMOR_STAND - Static variable in interface net.minestom.server.entity.EntityType
- ARMOR_STAND - Static variable in interface net.minestom.server.item.Material
- ARMOR_TOUGHNESS - Static variable in class net.minestom.server.attribute.Attribute
- ARMOR_TOUGHNESS - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- ARMORER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- armorSlot() - Method in enum class net.minestom.server.entity.EquipmentSlot
- ArmorStandMeta - Class in net.minestom.server.entity.metadata.other
- ArmorStandMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.ArmorStandMeta
- ArrayUtils - Class in net.minestom.server.utils
- arrivalTicks - Variable in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- ARROW - Static variable in interface net.minestom.server.entity.EntityType
- ARROW - Static variable in interface net.minestom.server.item.Material
- ARROW_HIT_PLAYER - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- ArrowMeta - Class in net.minestom.server.entity.metadata.arrow
- ArrowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.ArrowMeta
- asBinaryTagHolder(NBTCompound) - Static method in class net.minestom.server.utils.NBTUtils
-
Turns an
NBTCompoundinto an AdventureBinaryTagHolder. - asByteBuffer() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- asByteBuffer(int, int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- asCompound() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Retrieves the
FireworkEffectas aNBTCompound. - asConsole() - Method in interface net.minestom.server.command.CommandSender
-
Casts this object to a
ConsoleSender. - asConsole() - Method in class net.minestom.server.command.ConsoleSender
- ASH - Static variable in interface net.minestom.server.particle.Particle
- asHoverEvent(UnaryOperator<HoverEvent.ShowEntity>) - Method in class net.minestom.server.entity.Entity
- asHoverEvent(UnaryOperator<HoverEvent.ShowEntity>) - Method in class net.minestom.server.entity.Player
- asHoverEvent(UnaryOperator<HoverEvent.ShowItem>) - Method in class net.minestom.server.item.ItemStack
- ASK_SERVER - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- askSynchronization() - Method in class net.minestom.server.entity.Entity
-
Asks for a synchronization (position) to happen during next entity tick.
- asPlayer() - Method in interface net.minestom.server.command.CommandSender
-
Casts this object to a
Player. - asPlayer() - Method in class net.minestom.server.entity.Player
- asPosition() - Method in record class net.minestom.server.coordinate.Vec
- asRGB() - Method in class net.minestom.server.color.Color
-
Gets the color as an RGB integer.
- asSet() - Method in class net.minestom.server.utils.ViewEngine
- asString() - Method in class net.minestom.server.utils.NamespaceID
- asVec() - Method in record class net.minestom.server.coordinate.Pos
- async(Consumer<T>) - Method in interface net.minestom.server.acquirable.Acquirable
-
Async version of
Acquirable.sync(Consumer). - AsyncPlayerPreLoginEvent - Class in net.minestom.server.event.player
-
Called before the player initialization, it can be used to kick the player before any connection or to change his final username/uuid.
- AsyncPlayerPreLoginEvent(Player) - Constructor for class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
- AsyncUtils - Class in net.minestom.server.utils.async
- AsyncUtils() - Constructor for class net.minestom.server.utils.async.AsyncUtils
- ATTACH_ENTITY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ATTACHED_MELON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- ATTACHED_PUMPKIN_STEM - Static variable in interface net.minestom.server.instance.block.Block
- attachedEntityId - Variable in class net.minestom.server.network.packet.server.play.AttachEntityPacket
- AttachEntityPacket - Class in net.minestom.server.network.packet.server.play
- AttachEntityPacket() - Constructor for class net.minestom.server.network.packet.server.play.AttachEntityPacket
- AttachEntityPacket(int, int) - Constructor for class net.minestom.server.network.packet.server.play.AttachEntityPacket
- AttachEntityPacket(Entity, Entity) - Constructor for class net.minestom.server.network.packet.server.play.AttachEntityPacket
- attack(Entity) - Method in class net.minestom.server.entity.EntityCreature
-
Calls a
EntityAttackEventwith this entity as the source andtargetas the target. - attack(Entity, boolean) - Method in class net.minestom.server.entity.EntityCreature
-
Calls a
EntityAttackEventwith this entity as the source andtargetas the target. - ATTACK - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- ATTACK - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Type
- ATTACK_DAMAGE - Static variable in class net.minestom.server.attribute.Attribute
- ATTACK_DAMAGE - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- ATTACK_KNOCKBACK - Static variable in class net.minestom.server.attribute.Attribute
- ATTACK_KNOCKBACK - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- ATTACK_SPEED - Static variable in class net.minestom.server.attribute.Attribute
- ATTACK_SPEED - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- attackEntity(Entity) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Attacks the given
entity. - attribute - Variable in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- Attribute - Class in net.minestom.server.attribute
-
Represents a
living entityattribute. - Attribute(String, boolean, float, float) - Constructor for class net.minestom.server.attribute.Attribute
-
Create a new attribute with a given key and default.
- Attribute(String, float, float) - Constructor for class net.minestom.server.attribute.Attribute
-
Create a new attribute with a given key and default.
- AttributeInstance - Class in net.minestom.server.attribute
-
Represents an instance of an attribute and its modifiers.
- AttributeInstance(Attribute, Consumer<AttributeInstance>) - Constructor for class net.minestom.server.attribute.AttributeInstance
- AttributeModifier - Class in net.minestom.server.attribute
-
Represent an attribute modifier.
- AttributeModifier(String, float, AttributeOperation) - Constructor for class net.minestom.server.attribute.AttributeModifier
-
Creates a new modifier with a random id.
- AttributeModifier(UUID, String, float, AttributeOperation) - Constructor for class net.minestom.server.attribute.AttributeModifier
-
Creates a new modifier.
- AttributeOperation - Enum Class in net.minestom.server.attribute
- attributes - Variable in class net.minestom.server.item.ItemMetaBuilder
- attributes(List<ItemAttribute>) - Method in class net.minestom.server.item.ItemMetaBuilder
- Attributes - Class in net.minestom.server.attribute
-
Deprecated.use the constants in
Attribute - AttributeSlot - Enum Class in net.minestom.server.item.attribute
- AudienceProvider<A> - Interface in net.minestom.server.adventure.audience
-
A generic provider of
audiencesor some subtype. - AudienceRegistry - Class in net.minestom.server.adventure.audience
-
Holder of custom audiences.
- AudienceRegistry(Map<Key, Collection<Audience>>, Supplier<Collection<Audience>>) - Constructor for class net.minestom.server.adventure.audience.AudienceRegistry
-
Creates a new audience registrar with a given backing map.
- audiences() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- Audiences - Class in net.minestom.server.adventure.audience
-
Utility class to access Adventure audiences.
- Audiences() - Constructor for class net.minestom.server.adventure.audience.Audiences
- author(String) - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- author(String) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- AUTO - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
- AUTOMATIC_COMPONENT_TRANSLATION - Static variable in class net.minestom.server.adventure.MinestomAdventure
-
If components should be automatically translated in outgoing packets.
- autoViewEntities() - Method in class net.minestom.server.entity.Entity
-
Gets if surrounding entities are automatically visible by this.
- available() - Method in class net.minestom.server.utils.binary.BinaryReader
- AVAILABLE_SOUNDS - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- AVIATE_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- awaitReady() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- awaitReady() - Method in interface net.minestom.server.instance.batch.Batch
-
Blocks the current thread until the batch is ready to be applied.
- awaitReady() - Method in class net.minestom.server.instance.batch.ChunkBatch
- awaitTermination(long, TimeUnit) - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- AWKWARD - Static variable in interface net.minestom.server.potion.PotionType
- AxisPlacementRule - Class in net.minestom.server.instance.block.rule.vanilla
- AxisPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- AXOLOTL - Static variable in interface net.minestom.server.entity.EntityType
- AXOLOTL_BUCKET - Static variable in interface net.minestom.server.item.Material
- AXOLOTL_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- AxolotlMeta - Class in net.minestom.server.entity.metadata.water
- AxolotlMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.AxolotlMeta
- AxolotlMeta.Variant - Enum Class in net.minestom.server.entity.metadata.water
- AZALEA - Static variable in interface net.minestom.server.instance.block.Block
- AZALEA - Static variable in interface net.minestom.server.item.Material
- AZALEA_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- AZALEA_LEAVES - Static variable in interface net.minestom.server.item.Material
- AZTEC - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- AZTEC2 - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- AZURE_BLUET - Static variable in interface net.minestom.server.instance.block.Block
- AZURE_BLUET - Static variable in interface net.minestom.server.item.Material
B
- backgroundTexture - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- BAD_OMEN - Static variable in interface net.minestom.server.potion.PotionEffect
- BAKED_POTATO - Static variable in interface net.minestom.server.item.Material
- BAMBOO - Static variable in interface net.minestom.server.instance.block.Block
- BAMBOO - Static variable in interface net.minestom.server.item.Material
- BAMBOO_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- BANE_OF_ARTHROPODS - Static variable in interface net.minestom.server.item.Enchantment
- BARREL - Static variable in interface net.minestom.server.instance.block.Block
- BARREL - Static variable in interface net.minestom.server.item.Material
- BARRIER - Static variable in interface net.minestom.server.instance.block.Block
- BARRIER - Static variable in interface net.minestom.server.item.Material
- BARRIER - Static variable in interface net.minestom.server.particle.Particle
- BASALT - Static variable in interface net.minestom.server.instance.block.Block
- BASALT - Static variable in interface net.minestom.server.item.Material
- BASE - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- baseColor() - Method in enum class net.minestom.server.map.MapColors
-
Returns the color index to use on a map
- BasePiglinMeta - Class in net.minestom.server.entity.metadata.monster
- BasePiglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- BasicQueryEvent - Class in net.minestom.server.extras.query.event
-
An event called when a basic query is received and ready to be responded to.
- BasicQueryEvent(SocketAddress, int) - Constructor for class net.minestom.server.extras.query.event.BasicQueryEvent
-
Creates a new basic query event.
- BasicQueryResponse - Class in net.minestom.server.extras.query.response
-
A basic query response containing a fixed set of responses.
- BasicQueryResponse() - Constructor for class net.minestom.server.extras.query.response.BasicQueryResponse
-
Creates a new basic query response with pre-filled default values.
- BAT - Static variable in interface net.minestom.server.entity.EntityType
- BAT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BAT_TAKES_OFF - Enum constant in enum class net.minestom.server.effects.Effects
- Batch<C> - Interface in net.minestom.server.instance.batch
-
A Batch is a tool used to cache a list of block changes, and apply the changes whenever you want.
- BatchOption - Class in net.minestom.server.instance.batch
-
Represents options for
Batchs. - BatchOption() - Constructor for class net.minestom.server.instance.batch.BatchOption
- BatMeta - Class in net.minestom.server.entity.metadata.ambient
- BatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.ambient.BatMeta
- BEACH - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- BEACON - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BEACON - Static variable in interface net.minestom.server.instance.block.Block
- BEACON - Static variable in interface net.minestom.server.item.Material
- BEACON_FIRST_POTION - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BEACON_POWER_LEVEL - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BEACON_SECOND_POTION - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BeaconInventory - Class in net.minestom.server.inventory.type
- BeaconInventory(String) - Constructor for class net.minestom.server.inventory.type.BeaconInventory
- BeaconInventory(Component) - Constructor for class net.minestom.server.inventory.type.BeaconInventory
- BEDROCK - Static variable in interface net.minestom.server.instance.block.Block
- BEDROCK - Static variable in interface net.minestom.server.item.Material
- bedSafe(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- BEE - Static variable in interface net.minestom.server.entity.EntityType
- BEE_NEST - Static variable in interface net.minestom.server.instance.block.Block
- BEE_NEST - Static variable in interface net.minestom.server.item.Material
- BEE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BEEF - Static variable in interface net.minestom.server.item.Material
- BEEHIVE - Static variable in interface net.minestom.server.instance.block.Block
- BEEHIVE - Static variable in interface net.minestom.server.item.Material
- BeeMeta - Class in net.minestom.server.entity.metadata.animal
- BeeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.BeeMeta
- BEETROOT - Static variable in interface net.minestom.server.item.Material
- BEETROOT_SEEDS - Static variable in interface net.minestom.server.item.Material
- BEETROOT_SOUP - Static variable in interface net.minestom.server.item.Material
- BEETROOTS - Static variable in interface net.minestom.server.instance.block.Block
- BEGIN_RAINING - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- BELL - Static variable in interface net.minestom.server.instance.block.Block
- BELL - Static variable in interface net.minestom.server.item.Material
- BELL_RING - Static variable in interface net.minestom.server.statistic.StatisticType
- below() - Method in class net.minestom.server.utils.block.BlockUtils
- BELOW_NAME_TAG_PREFIX - Static variable in class net.minestom.server.scoreboard.BelowNameTag
-
WARNING: You shouldn't create scoreboards with the same prefix as those
- BelowNameTag - Class in net.minestom.server.scoreboard
-
Represents a scoreboard which rendered a tag below the name.
- BelowNameTag(String, String) - Constructor for class net.minestom.server.scoreboard.BelowNameTag
-
Deprecated.
- BelowNameTag(String, Component) - Constructor for class net.minestom.server.scoreboard.BelowNameTag
-
Creates a new below name scoreboard.
- BenchmarkManager - Class in net.minestom.server.monitoring
-
Small monitoring tools that can be used to check the current memory usage and Minestom threads CPU usage.
- BenchmarkManager() - Constructor for class net.minestom.server.monitoring.BenchmarkManager
- between(Temporal, Temporal) - Method in class net.minestom.server.utils.time.Tick
- between(T, T) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- BIG_DRIPLEAF - Static variable in interface net.minestom.server.instance.block.Block
- BIG_DRIPLEAF - Static variable in interface net.minestom.server.item.Material
- BIG_DRIPLEAF_STEM - Static variable in interface net.minestom.server.instance.block.Block
- BinaryBuffer - Class in net.minestom.server.utils.binary
-
Manages off-heap memory.
- BinaryBuffer.Marker - Record Class in net.minestom.server.utils.binary
- BinaryReader - Class in net.minestom.server.utils.binary
-
Class used to read from a byte array.
- BinaryReader(byte[]) - Constructor for class net.minestom.server.utils.binary.BinaryReader
- BinaryReader(ByteBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryReader
- BinaryWriter - Class in net.minestom.server.utils.binary
-
Class used to write to a byte array.
- BinaryWriter() - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BinaryWriter(int) - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BinaryWriter(ByteBuffer) - Constructor for class net.minestom.server.utils.binary.BinaryWriter
- BINDING_CURSE - Static variable in interface net.minestom.server.item.Enchantment
- Biome - Class in net.minestom.server.world.biomes
- Biome.BiomeBuilder - Class in net.minestom.server.world.biomes
- Biome.Category - Enum Class in net.minestom.server.world.biomes
- Biome.Precipitation - Enum Class in net.minestom.server.world.biomes
- Biome.TemperatureModifier - Enum Class in net.minestom.server.world.biomes
- BiomeEffects - Class in net.minestom.server.world.biomes
- BiomeEffects.AdditionsSound - Class in net.minestom.server.world.biomes
- BiomeEffects.BiomeEffectsBuilder - Class in net.minestom.server.world.biomes
- BiomeEffects.GrassColorModifier - Enum Class in net.minestom.server.world.biomes
- BiomeEffects.MoodSound - Class in net.minestom.server.world.biomes
- BiomeEffects.Music - Class in net.minestom.server.world.biomes
- BiomeManager - Class in net.minestom.server.world.biomes
-
Allows servers to register custom dimensions.
- BiomeManager() - Constructor for class net.minestom.server.world.biomes.BiomeManager
- biomeParticles(BiomeParticles) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- BiomeParticles - Class in net.minestom.server.world.biomes
- BiomeParticles(float, BiomeParticles.ParticleOptions) - Constructor for class net.minestom.server.world.biomes.BiomeParticles
- BiomeParticles.BlockParticle - Class in net.minestom.server.world.biomes
- BiomeParticles.DustParticle - Class in net.minestom.server.world.biomes
- BiomeParticles.ItemParticle - Class in net.minestom.server.world.biomes
- BiomeParticles.NormalParticle - Class in net.minestom.server.world.biomes
- BiomeParticles.ParticleOptions - Interface in net.minestom.server.world.biomes
- biomes - Variable in class net.minestom.server.instance.Chunk
- biomes - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- BIRCH - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- BIRCH_BOAT - Static variable in interface net.minestom.server.item.Material
- BIRCH_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_BUTTON - Static variable in interface net.minestom.server.item.Material
- BIRCH_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_DOOR - Static variable in interface net.minestom.server.item.Material
- BIRCH_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_FENCE - Static variable in interface net.minestom.server.item.Material
- BIRCH_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- BIRCH_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_LEAVES - Static variable in interface net.minestom.server.item.Material
- BIRCH_LOG - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_LOG - Static variable in interface net.minestom.server.item.Material
- BIRCH_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_PLANKS - Static variable in interface net.minestom.server.item.Material
- BIRCH_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- BIRCH_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SAPLING - Static variable in interface net.minestom.server.item.Material
- BIRCH_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SIGN - Static variable in interface net.minestom.server.item.Material
- BIRCH_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_SLAB - Static variable in interface net.minestom.server.item.Material
- BIRCH_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_STAIRS - Static variable in interface net.minestom.server.item.Material
- BIRCH_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- BIRCH_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- BIRCH_WOOD - Static variable in interface net.minestom.server.item.Material
- bitSet - Variable in class net.minestom.server.utils.ViewEngine.Option
- bitsToRepresent(int) - Static method in class net.minestom.server.utils.MathUtils
- BLACK - Enum constant in enum class net.minestom.server.color.DyeColor
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BLACK - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- BLACK_AND_WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BLACK_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_BANNER - Static variable in interface net.minestom.server.item.Material
- BLACK_BED - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_BED - Static variable in interface net.minestom.server.item.Material
- BLACK_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CANDLE - Static variable in interface net.minestom.server.item.Material
- BLACK_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CARPET - Static variable in interface net.minestom.server.item.Material
- BLACK_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BLACK_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLACK_DOTS - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- BLACK_DYE - Static variable in interface net.minestom.server.item.Material
- BLACK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLACK_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BLACK_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BLACK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BLACK_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLACK_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BLACK_WOOL - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- BLACKSTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- BLACKSTONE_WALL - Static variable in interface net.minestom.server.item.Material
- BLAST_FURNACE - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BLAST_FURNACE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- BLAST_FURNACE - Static variable in interface net.minestom.server.instance.block.Block
- BLAST_FURNACE - Static variable in interface net.minestom.server.item.Material
- BLAST_PROTECTION - Static variable in interface net.minestom.server.item.Enchantment
- BLASTING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- BlastingRecipe - Class in net.minestom.server.recipe
- BlastingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.BlastingRecipe
- BLAZE - Static variable in interface net.minestom.server.entity.EntityType
- BLAZE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLAZE_ROD - Static variable in interface net.minestom.server.item.Material
- BLAZE_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- BLAZE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- BlazeMeta - Class in net.minestom.server.entity.metadata.monster
- BlazeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.BlazeMeta
- BLINDNESS - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- BLINDNESS - Static variable in interface net.minestom.server.potion.PotionEffect
- block - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket.BlockEntry
- block() - Method in interface net.minestom.server.item.Material
- block() - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket.BlockEntry
- block() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- block(String, Map<String, Object>, Map<String, Object>) - Static method in class net.minestom.server.registry.Registry
- Block - Interface in net.minestom.server.instance.block
-
Represents a block that can be placed anywhere.
- BLOCK - Static variable in interface net.minestom.server.event.EventFilter
- BLOCK - Static variable in interface net.minestom.server.particle.Particle
- BLOCK_ACTION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_AMETHYST_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_CHIME - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AMETHYST_CLUSTER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANCIENT_DEBRIS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_DESTROY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ANVIL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_LEAVES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_AZALEA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_SAPLING_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BAMBOO_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BARREL_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BARREL_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BASALT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BATCH_POOL - Static variable in interface net.minestom.server.instance.batch.Batch
- BLOCK_BEACON_ACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_DEACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEACON_POWER_SELECT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_DRIP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_ENTER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_EXIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_SHEAR - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BEEHIVE_WORK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BELL_RESONATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BELL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_TILT_DOWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BIG_DRIPLEAF_TILT_UP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BLASTFURNACE_FIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BONE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BREAK - Enum constant in enum class net.minestom.server.effects.Effects
- BLOCK_BREAK_ANIMATION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_BREWING_STAND_BREW - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_BUBBLE_POP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAKE_ADD_CANDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CALCITE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAMPFIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CANDLE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_PICK_BERRIES - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CAVE_VINES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHAIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHANGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_CHEST_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHEST_LOCKED - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHEST_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHORUS_FLOWER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CHORUS_FLOWER_GROW - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPARATOR_CLICK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_EMPTY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_FILL_SUCCESS - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COMPOSTER_READY - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_ACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_AMBIENT_SHORT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_ATTACK_TARGET - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CONDUIT_DEACTIVATE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COPPER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_CORAL_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_COUNT - Static variable in class net.minestom.server.instance.palette.Palette
-
The number of blocks that should be in one chunk section.
- BLOCK_CROP_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_BRICKS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DEEPSLATE_TILES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_DISPENSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_FAIL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DISPENSER_LAUNCH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_DRIPSTONE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENCHANTMENT_TABLE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_GATEWAY_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_PORTAL_FRAME_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_END_PORTAL_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENDER_CHEST_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENDER_CHEST_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ENTITY_DATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BLOCK_FENCE_GATE_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FENCE_GATE_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FIRE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FIRE_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FLOWERING_AZALEA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FUNGUS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_FURNACE_FIRE_CRACKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GILDED_BLACKSTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GLASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRAVEL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_GRINDSTONE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HANGING_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_SLIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_HONEY_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_DOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_DOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_TRAPDOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_IRON_TRAPDOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LADDER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LANTERN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LARGE_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LARGE_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_EXTINGUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LAVA_POP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LEVER_CLICK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LILY_PAD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_LODESTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MANAGER - Static variable in class net.minestom.server.instance.Instance
- BLOCK_MEDIUM_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MEDIUM_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_METAL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_CARPET_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_MOSS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_BRICKS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_GOLD_ORE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_ORE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_SPROUTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHER_WART_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERITE_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NETHERRACK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BANJO - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BASEDRUM - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BASS - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BELL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_BIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_CHIME - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_COW_BELL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_DIDGERIDOO - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_FLUTE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_GUITAR - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_HARP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_HAT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_IRON_XYLOPHONE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_PLING - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_SNARE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NOTE_BLOCK_XYLOPHONE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_NYLIUM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PISTON_CONTRACT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PISTON_EXTEND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_LAVA - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POINTED_DRIPSTONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POLISHED_DEEPSLATE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_TRAVEL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PORTAL_TRIGGER - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_POWDER_SNOW_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_PUMPKIN_CARVE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_REDSTONE_TORCH_BURNOUT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_CHARGE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_DEPLETE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_RESPAWN_ANCHOR_SET_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTED_DIRT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_ROOTS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SAND_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCAFFOLDING_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_CLICKING - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_CLICKING_STOP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SCULK_SENSOR_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHROOMLIGHT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHULKER_BOX_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SHULKER_BOX_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SLIME_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_AMETHYST_BUD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_AMETHYST_BUD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMALL_DRIPLEAF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMITHING_TABLE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SMOKER_SMOKE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SNOW_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SAND_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SOUL_SOIL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SPORE_BLOSSOM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STEM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BUTTON_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_BUTTON_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_STONE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_SWEET_BERRY_BUSH_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- BLOCK_TRIPWIRE_ATTACH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TRIPWIRE_DETACH - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_TUFF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_VINE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WART_BLOCK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WATER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WEEPING_VINES_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WET_GRASS_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOD_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_BUTTON_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_BUTTON_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_DOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_DOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_TRAPDOOR_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOODEN_TRAPDOOR_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- BLOCK_WOOL_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- Block.Comparator - Interface in net.minestom.server.instance.block
- BlockActionPacket - Class in net.minestom.server.network.packet.server.play
- BlockActionPacket() - Constructor for class net.minestom.server.network.packet.server.play.BlockActionPacket
- BlockActionPacket(Point, byte, byte, int) - Constructor for class net.minestom.server.network.packet.server.play.BlockActionPacket
- BlockActionPacket(Point, byte, byte, Block) - Constructor for class net.minestom.server.network.packet.server.play.BlockActionPacket
- blockAt(int, int, int) - Method in class net.minestom.server.entity.pathfinding.PFColumnarSpace
- BlockBreakAnimationPacket - Class in net.minestom.server.network.packet.server.play
- BlockBreakAnimationPacket() - Constructor for class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- BlockBreakAnimationPacket(int, Point, byte) - Constructor for class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- BlockChangePacket - Class in net.minestom.server.network.packet.server.play
- BlockChangePacket() - Constructor for class net.minestom.server.network.packet.server.play.BlockChangePacket
- BlockChangePacket(Point, int) - Constructor for class net.minestom.server.network.packet.server.play.BlockChangePacket
- BlockChangePacket(Point, Block) - Constructor for class net.minestom.server.network.packet.server.play.BlockChangePacket
- blockChanges - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- blockEntity() - Method in class net.minestom.server.registry.Registry.BlockEntry
- BlockEntityDataPacket - Class in net.minestom.server.network.packet.server.play
- BlockEntityDataPacket() - Constructor for class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- BlockEntry(Vec, Block) - Constructor for class net.minestom.server.network.packet.server.play.MultiBlockChangePacket.BlockEntry
- BlockEvent - Interface in net.minestom.server.event.trait
- blockFace - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- blockFace - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- BlockFace - Enum Class in net.minestom.server.instance.block
- BlockGetter - Interface in net.minestom.server.instance.block
- BlockGetter.Condition - Enum Class in net.minestom.server.instance.block
-
Represents a hint to retrieve blocks more efficiently.
- BlockHandler - Interface in net.minestom.server.instance.block
-
Interface used to provide block behavior.
- BlockHandler.Destroy - Class in net.minestom.server.instance.block
- BlockHandler.Dummy - Class in net.minestom.server.instance.block
-
Handler used for loaded blocks with unknown namespace in order to do not lose the information while saving, and for runtime debugging purpose.
- BlockHandler.Interaction - Class in net.minestom.server.instance.block
- BlockHandler.Placement - Class in net.minestom.server.instance.block
-
Represents an object forwarded to
BlockHandler.onPlace(Placement). - BlockHandler.PlayerDestroy - Class in net.minestom.server.instance.block
- BlockHandler.PlayerPlacement - Class in net.minestom.server.instance.block
- BlockHandler.Tick - Class in net.minestom.server.instance.block
- BlockHandler.Touch - Class in net.minestom.server.instance.block
- blockId - Variable in class net.minestom.server.network.packet.server.play.BlockActionPacket
- blockIndexToChunkPositionX(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position X.
- blockIndexToChunkPositionY(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position Y.
- blockIndexToChunkPositionZ(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a block index to a chunk position Z.
- BlockIterator - Class in net.minestom.server.utils.block
-
This class performs ray tracing and iterates along blocks on a line
- BlockIterator(Pos) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Pos, double) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Pos, double, int) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Vec, Vec, double, int) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Entity) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- BlockIterator(Entity, int) - Constructor for class net.minestom.server.utils.block.BlockIterator
-
Constructs the BlockIterator.
- blockLight - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- blockLightMask - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- BlockManager - Class in net.minestom.server.instance.block
- BlockManager() - Constructor for class net.minestom.server.instance.block.BlockManager
- blockObjectAt(int, int, int) - Method in class net.minestom.server.entity.pathfinding.PFInstanceSpace
- BlockParticle(Block) - Constructor for class net.minestom.server.world.biomes.BiomeParticles.BlockParticle
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.BlockPlacementRule
-
Called when the block is placed.
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.RedstonePlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.StairsPlacementRule
- blockPlace(Instance, Block, BlockFace, Point, Player) - Method in class net.minestom.server.instance.block.rule.vanilla.WallPlacementRule
- BlockPlacementListener - Class in net.minestom.server.listener
- BlockPlacementListener() - Constructor for class net.minestom.server.listener.BlockPlacementListener
- BlockPlacementRule - Class in net.minestom.server.instance.block.rule
- BlockPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.BlockPlacementRule
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- blockPosition - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- blockPosition - Variable in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- blockPosition - Variable in class net.minestom.server.network.packet.server.play.BlockActionPacket
- blockPosition - Variable in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- blockPosition - Variable in class net.minestom.server.network.packet.server.play.BlockChangePacket
- blockPosition - Variable in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- BLOCKS - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- BLOCKS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- BlockSetter - Interface in net.minestom.server.instance.block
-
Represents an element which can place blocks at position.
- BlockState(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- blockStateId - Variable in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- blockStateId - Variable in class net.minestom.server.network.packet.server.play.BlockChangePacket
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.BlockPlacementRule
-
Called when the block state id can be updated (for instance if a neighbour block changed).
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.AxisPlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.RedstonePlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.StairsPlacementRule
- blockUpdate(Instance, Point, Block) - Method in class net.minestom.server.instance.block.rule.vanilla.WallPlacementRule
- BlockUtils - Class in net.minestom.server.utils.block
- BlockUtils(Instance, Point) - Constructor for class net.minestom.server.utils.block.BlockUtils
- blockX() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blockY() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blockZ() - Method in interface net.minestom.server.coordinate.Point
-
Gets the floored value of the X component
- blue() - Method in class net.minestom.server.color.Color
- blue() - Method in enum class net.minestom.server.color.DyeColor
- blue() - Method in enum class net.minestom.server.map.MapColors
- BLUE - Enum constant in enum class net.minestom.server.color.DyeColor
- BLUE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- BLUE - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- BLUE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_BANNER - Static variable in interface net.minestom.server.item.Material
- BLUE_BED - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_BED - Static variable in interface net.minestom.server.item.Material
- BLUE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CANDLE - Static variable in interface net.minestom.server.item.Material
- BLUE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CARPET - Static variable in interface net.minestom.server.item.Material
- BLUE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BLUE_DYE - Static variable in interface net.minestom.server.item.Material
- BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLUE_ICE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_ICE - Static variable in interface net.minestom.server.item.Material
- BLUE_ORCHID - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_ORCHID - Static variable in interface net.minestom.server.item.Material
- BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BLUE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BLUE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BLUE_WOOL - Static variable in interface net.minestom.server.item.Material
- BOAT - Static variable in interface net.minestom.server.entity.EntityType
- BOAT_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- BoatMeta - Class in net.minestom.server.entity.metadata.other
- BoatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.BoatMeta
- BoatMeta.Type - Enum Class in net.minestom.server.entity.metadata.other
- boatSteerListener(ClientSteerBoatPacket, Player) - Static method in class net.minestom.server.listener.PlayerVehicleListener
- body() - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Returns the value of the
bodyrecord component. - BOMB - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BONE - Static variable in interface net.minestom.server.item.Material
- BONE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BONE_BLOCK - Static variable in interface net.minestom.server.item.Material
- BONE_MEAL - Static variable in interface net.minestom.server.item.Material
- BONEMEAL_PARTICLES - Enum constant in enum class net.minestom.server.effects.Effects
- BOOK - Static variable in interface net.minestom.server.item.Material
- bookOpen - Variable in class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- BOOKSHELF - Static variable in interface net.minestom.server.instance.block.Block
- BOOKSHELF - Static variable in interface net.minestom.server.item.Material
- Boolean(boolean) - Static method in class net.minestom.server.entity.Metadata
- Boolean(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- BooleanArrayData - Class in net.minestom.server.data.type.array
- BooleanArrayData() - Constructor for class net.minestom.server.data.type.array.BooleanArrayData
- BooleanData - Class in net.minestom.server.data.type
- BooleanData() - Constructor for class net.minestom.server.data.type.BooleanData
- BOOTS - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- BOOTS_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- bootstrap() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap
- bootstrap(String, String[]) - Static method in class net.minestom.server.Bootstrap
- Bootstrap - Class in net.minestom.server
-
Used to launch Minestom with the
MinestomRootClassLoaderto allow for self-modifications - Bootstrap() - Constructor for class net.minestom.server.Bootstrap
- BOSS_BAR - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- BossBarManager - Class in net.minestom.server.adventure.bossbar
-
Manages all boss bars known to this Minestom instance.
- BossBarManager() - Constructor for class net.minestom.server.adventure.bossbar.BossBarManager
-
Creates a new boss bar manager.
- BossBarPacket - Class in net.minestom.server.network.packet.server.play
- BossBarPacket() - Constructor for class net.minestom.server.network.packet.server.play.BossBarPacket
- BossBarPacket.Action - Enum Class in net.minestom.server.network.packet.server.play
- BOTH - Enum constant in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
- BOTTOM - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- BOTTOM - Enum constant in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
- bound() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- BoundingBox - Class in net.minestom.server.collision
-
See https://wiki.vg/Entity_metadata#Mobs_2
- BoundingBox(Entity, double, double, double) - Constructor for class net.minestom.server.collision.BoundingBox
-
Creates a
BoundingBoxlinked to anEntityand with a specific size. - bounds() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- BOW - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- BOW - Static variable in interface net.minestom.server.item.Material
- BOWL - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- BRAIN_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BREAD - Static variable in interface net.minestom.server.item.Material
- breakBlock(Player, Point) - Method in class net.minestom.server.instance.Instance
-
Does call
PlayerBlockBreakEventand send particle packets - breakBlock(Player, Point) - Method in class net.minestom.server.instance.InstanceContainer
- breakBlock(Player, Point) - Method in class net.minestom.server.instance.SharedInstance
- BREATH_ATTACK - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- BREWING_STAND - Enum constant in enum class net.minestom.server.inventory.InventoryType
- BREWING_STAND - Static variable in interface net.minestom.server.instance.block.Block
- BREWING_STAND - Static variable in interface net.minestom.server.item.Material
- BREWING_STAND_BREW_TIME - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BREWING_STAND_BREWED - Enum constant in enum class net.minestom.server.effects.Effects
- BREWING_STAND_FUEL_TIME - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- BrewingStandInventory - Class in net.minestom.server.inventory.type
- BrewingStandInventory(String) - Constructor for class net.minestom.server.inventory.type.BrewingStandInventory
- BrewingStandInventory(Component) - Constructor for class net.minestom.server.inventory.type.BrewingStandInventory
- BRICK - Static variable in interface net.minestom.server.item.Material
- BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- BRICKS - Static variable in interface net.minestom.server.item.Material
- BRINELY - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- BRITISH_SHORTHAIR - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- broadcastPacket(ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- BROKEN - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- BROWN - Enum constant in enum class net.minestom.server.color.DyeColor
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.MooshroomMeta.Variant
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- BROWN_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_BANNER - Static variable in interface net.minestom.server.item.Material
- BROWN_BED - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_BED - Static variable in interface net.minestom.server.item.Material
- BROWN_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CANDLE - Static variable in interface net.minestom.server.item.Material
- BROWN_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CARPET - Static variable in interface net.minestom.server.item.Material
- BROWN_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CONCRETE - Static variable in interface net.minestom.server.item.Material
- BROWN_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- BROWN_DYE - Static variable in interface net.minestom.server.item.Material
- BROWN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BROWN_MUSHROOM - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_MUSHROOM - Static variable in interface net.minestom.server.item.Material
- BROWN_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.item.Material
- BROWN_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- BROWN_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- BROWN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- BROWN_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- BROWN_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- BROWN_WOOL - Static variable in interface net.minestom.server.item.Material
- BUBBLE - Static variable in interface net.minestom.server.particle.Particle
- BUBBLE_COLUMN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_COLUMN_UP - Static variable in interface net.minestom.server.particle.Particle
- BUBBLE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- BUBBLE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- BUBBLE_POP - Static variable in interface net.minestom.server.particle.Particle
- BUCKET - Static variable in interface net.minestom.server.item.Material
- BUDDING_AMETHYST - Static variable in interface net.minestom.server.instance.block.Block
- BUDDING_AMETHYST - Static variable in interface net.minestom.server.item.Material
- bufferSize() - Static method in class net.minestom.server.utils.binary.PooledBuffers
- build() - Method in class net.minestom.server.entity.ai.EntityAIGroupBuilder
-
Creates new
EntityAIGroup. - build() - Method in class net.minestom.server.event.EventBinding.FilteredBuilder
- build() - Method in class net.minestom.server.event.EventListener.Builder
- build() - Method in class net.minestom.server.item.ItemMetaBuilder
- build() - Method in class net.minestom.server.item.ItemStackBuilder
- build() - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.FireworkMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.SpawnEggMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- build() - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- build() - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- build() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Built a team.
- build() - Method in class net.minestom.server.timer.TaskBuilder
-
Builds a
Task. - build() - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- build() - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- build() - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- buildDeathMessage(Player) - Method in class net.minestom.server.entity.damage.DamageType
-
Builds the death message linked to this damage type.
- buildDeathScreenText(Player) - Method in class net.minestom.server.entity.damage.DamageType
-
Builds the text sent to a player in his death screen.
- builder() - Method in class net.minestom.server.adventure.provider.MinestomGsonComponentSerializerProvider
- builder() - Method in class net.minestom.server.item.ItemMeta
- builder() - Static method in class net.minestom.server.world.biomes.Biome
- builder() - Static method in class net.minestom.server.world.biomes.BiomeEffects
- builder(Class<T>) - Static method in interface net.minestom.server.event.EventListener
- builder(Material) - Static method in class net.minestom.server.item.ItemStack
- builder(NamespaceID) - Static method in class net.minestom.server.world.DimensionType
- Builder() - Constructor for class net.minestom.server.item.metadata.BundleMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.CompassMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.CrossbowMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.FireworkMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.MapMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.PotionMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.SpawnEggMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.WritableBookMeta.Builder
- Builder() - Constructor for class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- Builder(Class<T>) - Constructor for class net.minestom.server.event.EventListener.Builder
- buildShutdownTask(Runnable) - Method in class net.minestom.server.timer.SchedulerManager
-
Initializes a new
TaskBuilderfor creating a shutdownTask. - buildTask(Runnable) - Method in class net.minestom.server.timer.SchedulerManager
-
Initializes a new
TaskBuilderfor creating aTask. - built - Variable in class net.minestom.server.item.ItemMetaBuilder
- BUNDLE - Static variable in interface net.minestom.server.item.Material
- BundleMeta - Class in net.minestom.server.item.metadata
- BundleMeta(ItemMetaBuilder, List<ItemStack>) - Constructor for class net.minestom.server.item.metadata.BundleMeta
- BundleMeta.Builder - Class in net.minestom.server.item.metadata
- BungeeCordProxy - Class in net.minestom.server.extras.bungee
-
BungeeCord forwarding support.
- BungeeCordProxy() - Constructor for class net.minestom.server.extras.bungee.BungeeCordProxy
- BURNING_SKULL - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BURST - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- BUST - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- BUTCHER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- button - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- buttonId - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- byId(byte) - Static method in enum class net.minestom.server.item.firework.FireworkEffectType
-
Retrieves a
FireworkEffectTypeby the givenid. - Byte(byte) - Static method in class net.minestom.server.entity.Metadata
- Byte(String) - Static method in class net.minestom.server.tag.Tag
- ByteArray(String) - Static method in class net.minestom.server.tag.Tag
- ByteArrayData - Class in net.minestom.server.data.type.array
- ByteArrayData() - Constructor for class net.minestom.server.data.type.array.ByteArrayData
- ByteData - Class in net.minestom.server.data.type
- ByteData() - Constructor for class net.minestom.server.data.type.ByteData
- ByteRange - Class in net.minestom.server.utils.math
- ByteRange(Byte) - Constructor for class net.minestom.server.utils.math.ByteRange
- ByteRange(Byte, Byte) - Constructor for class net.minestom.server.utils.math.ByteRange
C
- CACHED - Enum constant in enum class net.minestom.server.instance.block.BlockGetter.Condition
-
Hints that the method should return only if the block is cached.
- CACHED_PACKET - Static variable in class net.minestom.server.utils.PacketUtils
- CachedPacket - Class in net.minestom.server.network.packet.server
-
Represents a packet that is compute only when required (either due to memory demand or invalidated data)
- CachedPacket(Supplier<ServerPacket>) - Constructor for class net.minestom.server.network.packet.server.CachedPacket
-
Creates a new cached packet that will force the allocation of a new
ServerPacketduring invalidation due to memory constraint or invalidation. - CachedPacket(ServerPacket) - Constructor for class net.minestom.server.network.packet.server.CachedPacket
-
Creates a new cached packet from a constant
ServerPacketwhich will be the return value ofCachedPacket.packet(). - CACTUS - Static variable in interface net.minestom.server.instance.block.Block
- CACTUS - Static variable in interface net.minestom.server.item.Material
- CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CAKE - Static variable in interface net.minestom.server.item.Material
- CALCITE - Static variable in interface net.minestom.server.instance.block.Block
- CALCITE - Static variable in interface net.minestom.server.item.Material
- CALICO - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- call(Event) - Static method in class net.minestom.server.event.EventDispatcher
- call(E) - Method in interface net.minestom.server.event.ListenerHandle
-
Calls the given event.
- call(T) - Method in interface net.minestom.server.event.EventNode
-
Calls an event starting from this node.
- callback - Variable in class net.minestom.server.command.builder.ParsedCommand
- callCancellable(CancellableEvent, Runnable) - Static method in class net.minestom.server.event.EventDispatcher
- callCancellable(T, Runnable) - Method in interface net.minestom.server.event.EventNode
-
Execute a cancellable event with a callback to execute if the event is successful.
- callClickEvent(Player, Inventory, int, ClickType, ItemStack, ItemStack) - Method in interface net.minestom.server.inventory.InventoryClickHandler
- callItemChangeEvent(int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
- callItemChangeEvent(int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.Inventory
- callItemChangeEvent(int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- callItemUpdateStateEvent(boolean, Player.Hand) - Method in class net.minestom.server.entity.Player
-
Deprecated.Use
Player.callItemUpdateStateEvent(Hand)instead - callItemUpdateStateEvent(Player.Hand) - Method in class net.minestom.server.entity.Player
-
Used to call
ItemUpdateStateEventwith the proper item It does check which hand to get the item to update. - CAMERA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- cameraId - Variable in class net.minestom.server.network.packet.server.play.CameraPacket
- CameraPacket - Class in net.minestom.server.network.packet.server.play
- CameraPacket() - Constructor for class net.minestom.server.network.packet.server.play.CameraPacket
- CameraPacket(int) - Constructor for class net.minestom.server.network.packet.server.play.CameraPacket
- CameraPacket(Entity) - Constructor for class net.minestom.server.network.packet.server.play.CameraPacket
- CAMPFIRE - Static variable in interface net.minestom.server.instance.block.Block
- CAMPFIRE - Static variable in interface net.minestom.server.item.Material
- CAMPFIRE_COOKING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- CAMPFIRE_COSY_SMOKE - Static variable in interface net.minestom.server.particle.Particle
- CAMPFIRE_SIGNAL_SMOKE - Static variable in interface net.minestom.server.particle.Particle
- CampfireCookingRecipe - Class in net.minestom.server.recipe
- CampfireCookingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.CampfireCookingRecipe
- canApply(ItemStack, int) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- canApply(ItemStack, int) - Method in interface net.minestom.server.item.StackingRule
-
Used to know if an
ItemStackcan have the sizenewAmountapplied. - canBeStacked(ItemStack, ItemStack) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- canBeStacked(ItemStack, ItemStack) - Method in interface net.minestom.server.item.StackingRule
-
Used to know if two
ItemStackcan be stacked together. - cancel() - Method in class net.minestom.server.timer.Task
-
Cancels this task.
- CancellableEvent - Interface in net.minestom.server.event.trait
-
Represents an
Eventwhich can be cancelled. - CANCELLED - Enum constant in enum class net.minestom.server.command.builder.CommandResult.Type
-
Command cancelled by an event listener.
- CANCELLED - Enum constant in enum class net.minestom.server.timer.TaskStatus
-
The task was cancelled with
Task.cancel() - CANCELLED_DIGGING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- canDestroy - Variable in class net.minestom.server.item.ItemMetaBuilder
- canDestroy(Set<Block>) - Method in class net.minestom.server.item.ItemMetaBuilder
- canDestroy(Block...) - Method in class net.minestom.server.item.ItemMetaBuilder
- CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- CANDLE - Static variable in interface net.minestom.server.item.Material
- CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CANNOT_SEND_MESSAGE - Static variable in class net.minestom.server.message.Messenger
-
The message sent to the client if they send a chat message but it is rejected by the server.
- canPickupItem - Variable in class net.minestom.server.entity.LivingEntity
- canPickupItem() - Method in class net.minestom.server.entity.LivingEntity
-
Gets if the entity is able to pickup items.
- canPlaceOn - Variable in class net.minestom.server.item.ItemMetaBuilder
- canPlaceOn(Set<Block>) - Method in class net.minestom.server.item.ItemMetaBuilder
- canPlaceOn(Block...) - Method in class net.minestom.server.item.ItemMetaBuilder
- canRead(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- canReceiveCommand(Player) - Static method in class net.minestom.server.message.Messenger
-
Checks if the server should receive commands from a player, given their chat settings.
- canReceiveMessage(Player) - Static method in class net.minestom.server.message.Messenger
-
Checks if the server should receive messages from a player, given their chat settings.
- canRestock - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- canRestock() - Method in class net.minestom.server.inventory.type.VillagerInventory
- canTakeDamage() - Method in enum class net.minestom.server.entity.GameMode
- canUse(CommandSender, String) - Method in interface net.minestom.server.command.builder.condition.CommandCondition
-
Called when the sender permission needs to be checked.
- canWrite(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- capabilities() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- capacity() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- carriedItem - Variable in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- CARROT - Static variable in interface net.minestom.server.item.Material
- CARROT_ON_A_STICK - Static variable in interface net.minestom.server.item.Material
- CARROTS - Static variable in interface net.minestom.server.instance.block.Block
- CARTOGRAPHER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- CARTOGRAPHY - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CARTOGRAPHY_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- CARTOGRAPHY_TABLE - Static variable in interface net.minestom.server.item.Material
- CARVED_PUMPKIN - Static variable in interface net.minestom.server.instance.block.Block
- CARVED_PUMPKIN - Static variable in interface net.minestom.server.item.Material
- castHandler(Object) - Method in interface net.minestom.server.event.EventFilter
- CAT - Static variable in interface net.minestom.server.entity.EntityType
- CAT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- category - Variable in class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- category(Biome.Category) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- CatMeta - Class in net.minestom.server.entity.metadata.animal.tameable
- CatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- CatMeta.Color - Enum Class in net.minestom.server.entity.metadata.animal.tameable
- CAULDRON - Static variable in interface net.minestom.server.instance.block.Block
- CAULDRON - Static variable in interface net.minestom.server.item.Material
- CAVE_AIR - Static variable in interface net.minestom.server.instance.block.Block
- CAVE_SPIDER - Static variable in interface net.minestom.server.entity.EntityType
- CAVE_SPIDER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CAVE_VINES - Static variable in interface net.minestom.server.instance.block.Block
- CAVE_VINES_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- CaveSpiderMeta - Class in net.minestom.server.entity.metadata.monster
- CaveSpiderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.CaveSpiderMeta
- ceilingEnabled(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- CHAIN - Static variable in interface net.minestom.server.instance.block.Block
- CHAIN - Static variable in interface net.minestom.server.item.Material
- CHAIN_COMMAND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- CHAIN_COMMAND_BLOCK - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_BOOTS - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_HELMET - Static variable in interface net.minestom.server.item.Material
- CHAINMAIL_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- CHALLENGE - Enum constant in enum class net.minestom.server.advancements.FrameType
-
A spike in all 8 directions as the frame.
- CHANGE_GAME_STATE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CHANGE_GAMEMODE - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- CHANGE_HELD - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- changedSlots - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- ChangeGameStatePacket - Class in net.minestom.server.network.packet.server.play
- ChangeGameStatePacket() - Constructor for class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- ChangeGameStatePacket.Reason - Enum Class in net.minestom.server.network.packet.server.play
- changeHeld(Player, int, int) - Method in class net.minestom.server.inventory.Inventory
- changeHeld(Player, int, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playerheld click in the inventory - changeHeld(Player, int, int) - Method in class net.minestom.server.inventory.PlayerInventory
- changeHeld(Player, AbstractInventory, int, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- channel - Variable in class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- channel - Variable in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- channel - Variable in class net.minestom.server.network.packet.server.play.PluginMessagePacket
- CHANNELING - Static variable in interface net.minestom.server.item.Enchantment
- CharacterArrayData - Class in net.minestom.server.data.type.array
- CharacterArrayData() - Constructor for class net.minestom.server.data.type.array.CharacterArrayData
- CharacterData - Class in net.minestom.server.data.type
- CharacterData() - Constructor for class net.minestom.server.data.type.CharacterData
- charAt(int) - Method in class net.minestom.server.utils.NamespaceID
- CHARCOAL - Static variable in interface net.minestom.server.item.Material
- charged(boolean) - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
-
Makes the bow charged or uncharged.
- CHARGING_PLAYER - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- CHARSET - Static variable in class net.minestom.server.extras.query.Query
- chat(String) - Method in class net.minestom.server.entity.Player
-
Makes the player send a message (can be used for commands).
- Chat(Component) - Static method in class net.minestom.server.entity.Metadata
- CHAT - Enum constant in enum class net.minestom.server.message.ChatPosition
-
A player-initiated chat message.
- CHAT_MESSAGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- chatColors - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- ChatMessageListener - Class in net.minestom.server.listener
- ChatMessageListener() - Constructor for class net.minestom.server.listener.ChatMessageListener
- ChatMessagePacket - Class in net.minestom.server.network.packet.server.play
-
Represents an outgoing chat message packet.
- ChatMessagePacket() - Constructor for class net.minestom.server.network.packet.server.play.ChatMessagePacket
- ChatMessagePacket(Component, ChatPosition, UUID) - Constructor for class net.minestom.server.network.packet.server.play.ChatMessagePacket
- chatMessageType - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- ChatMessageType - Enum Class in net.minestom.server.message
-
The messages that a player is willing to receive.
- ChatPosition - Enum Class in net.minestom.server.message
-
The different positions for chat messages.
- Check - Class in net.minestom.server.utils.validate
-
Convenient class to check for common exceptions.
- checkIntegrity(BinaryReader) - Static method in class net.minestom.server.extras.velocity.VelocityProxy
- CHEST - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- CHEST - Static variable in interface net.minestom.server.instance.block.Block
- CHEST - Static variable in interface net.minestom.server.item.Material
- CHEST_1_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_2_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_3_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_4_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_5_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_6_ROW - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CHEST_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- CHEST_MINECART - Static variable in interface net.minestom.server.item.Material
- ChestedHorseMeta - Class in net.minestom.server.entity.metadata.animal
- ChestedHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- ChestMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- ChestMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.ChestMinecartMeta
- CHESTNUT - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- CHESTPLATE - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- CHESTPLATE_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CHICKEN - Static variable in interface net.minestom.server.entity.EntityType
- CHICKEN - Static variable in interface net.minestom.server.item.Material
- CHICKEN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ChickenMeta - Class in net.minestom.server.entity.metadata.animal
- ChickenMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.ChickenMeta
- children - Variable in class net.minestom.server.extras.selfmodification.HierarchyClassLoader
- children - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- CHIPPED_ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- CHIPPED_ANVIL - Static variable in interface net.minestom.server.item.Material
- CHISELED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- CHISELED_NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- CHISELED_POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_QUARTZ_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_QUARTZ_BLOCK - Static variable in interface net.minestom.server.item.Material
- CHISELED_RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CHORUS_FLOWER - Static variable in interface net.minestom.server.instance.block.Block
- CHORUS_FLOWER - Static variable in interface net.minestom.server.item.Material
- CHORUS_FLOWER_DIED - Enum constant in enum class net.minestom.server.effects.Effects
- CHORUS_FLOWER_GROWN - Enum constant in enum class net.minestom.server.effects.Effects
- CHORUS_FRUIT - Static variable in interface net.minestom.server.item.Material
- CHORUS_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- CHORUS_PLANT - Static variable in interface net.minestom.server.item.Material
- chunk() - Method in class net.minestom.server.thread.ThreadDispatcher.ChunkEntry
- Chunk - Class in net.minestom.server.instance
-
A chunk is a part of an
Instance, limited by a size of 16x256x16 blocks and subdivided in 16 sections of 16 blocks height. - Chunk(Instance, Biome[], int, int, boolean) - Constructor for class net.minestom.server.instance.Chunk
- CHUNK_DATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CHUNK_SECTION_SIZE - Static variable in class net.minestom.server.instance.Chunk
- CHUNK_SIZE_X - Static variable in class net.minestom.server.instance.Chunk
- CHUNK_SIZE_Z - Static variable in class net.minestom.server.instance.Chunk
- ChunkBatch - Class in net.minestom.server.instance.batch
-
A Batch used when all of the block changed are contained inside a single chunk.
- ChunkBatch() - Constructor for class net.minestom.server.instance.batch.ChunkBatch
- ChunkBatch(BatchOption) - Constructor for class net.minestom.server.instance.batch.ChunkBatch
- ChunkCallback - Interface in net.minestom.server.utils.chunk
- ChunkDataPacket - Class in net.minestom.server.network.packet.server.play
- ChunkDataPacket() - Constructor for class net.minestom.server.network.packet.server.play.ChunkDataPacket
- chunkEntities(int, int, EntityTracker.Target<T>, EntityTracker.Query<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets the entities present in the specified chunk.
- chunkEntities(Point, EntityTracker.Target<T>, EntityTracker.Query<T>) - Method in interface net.minestom.server.instance.EntityTracker
- ChunkGenerationBatch - Class in net.minestom.server.instance.batch
- ChunkGenerationBatch(InstanceContainer, Chunk) - Constructor for class net.minestom.server.instance.batch.ChunkGenerationBatch
- ChunkGenerator - Interface in net.minestom.server.instance
-
Responsible for the
Chunkgeneration, can be set usingInstance.setChunkGenerator(ChunkGenerator). - ChunkPopulator - Interface in net.minestom.server.instance
- chunkPosition() - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket.BlockEntry
- ChunkSupplier - Interface in net.minestom.server.utils.chunk
-
Used to customize which type of
Chunkan implementation should use. - ChunkUtils - Class in net.minestom.server.utils.chunk
- chunkX - Variable in class net.minestom.server.instance.Chunk
- chunkX - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- chunkX - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- chunkX - Variable in class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- chunkX - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- chunkX - Variable in class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- chunkX() - Method in interface net.minestom.server.coordinate.Point
- chunkZ - Variable in class net.minestom.server.instance.Chunk
- chunkZ - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- chunkZ - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- chunkZ - Variable in class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- chunkZ - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- chunkZ - Variable in class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- chunkZ() - Method in interface net.minestom.server.coordinate.Point
- CIRCLING - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- clamp(double, double, double) - Static method in class net.minestom.server.utils.MathUtils
- clamp(float, float, float) - Static method in class net.minestom.server.utils.MathUtils
- clamp(int, int, int) - Static method in class net.minestom.server.utils.MathUtils
- CLAY - Enum constant in enum class net.minestom.server.map.MapColors
- CLAY - Static variable in interface net.minestom.server.instance.block.Block
- CLAY - Static variable in interface net.minestom.server.item.Material
- CLAY_BALL - Static variable in interface net.minestom.server.item.Material
- clean() - Method in class net.minestom.server.instance.palette.Palette
-
Loops through all the sections and blocks to find unused array (empty chunk section)
- clean() - Method in class net.minestom.server.instance.Section
- CLEAN_ARMOR - Static variable in interface net.minestom.server.statistic.StatisticType
- CLEAN_BANNER - Static variable in interface net.minestom.server.statistic.StatisticType
- CLEAN_SHULKER_BOX - Static variable in interface net.minestom.server.statistic.StatisticType
- cleanupObservers() - Method in class net.minestom.server.extensions.Extension
-
Removes all expired reference to observers
- clear() - Method in class net.minestom.server.acquirable.AcquirableCollection
- clear() - Method in class net.minestom.server.command.builder.CommandContext
- clear() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- clear() - Method in interface net.minestom.server.instance.batch.Batch
-
Removes all block data from this batch.
- clear() - Method in class net.minestom.server.instance.batch.ChunkBatch
- clear() - Method in class net.minestom.server.instance.batch.ChunkGenerationBatch
- clear() - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
- clear() - Method in class net.minestom.server.instance.palette.Palette
- clear() - Method in class net.minestom.server.instance.Section
- clear() - Method in class net.minestom.server.inventory.AbstractInventory
-
Clears the inventory and send relevant update to the viewer(s).
- clear() - Method in class net.minestom.server.inventory.Inventory
- clear() - Method in class net.minestom.server.inventory.PlayerInventory
- clear() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- CLEAR_TITLES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- clearCache(Player) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- clearDelay() - Method in class net.minestom.server.timer.TaskBuilder
-
Clears the delay interval of the
Task. - clearEffects() - Method in class net.minestom.server.entity.Entity
-
Removes all the effects currently applied to the entity.
- clearEnchantment() - Method in class net.minestom.server.item.ItemMetaBuilder
- clearEntries() - Method in class net.minestom.server.ping.ResponseData
-
Clears the entries.
- clearPlayers() - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- clearRepeat() - Method in class net.minestom.server.timer.TaskBuilder
-
Clears the repeat interval of the
Task. - clearTitle() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- clearTitle() - Method in class net.minestom.server.entity.Player
- ClearTitlesPacket - Class in net.minestom.server.network.packet.server.play
- ClearTitlesPacket() - Constructor for class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- ClearTitlesPacket(boolean) - Constructor for class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- CLERIC - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- clickProcessor - Variable in class net.minestom.server.inventory.AbstractInventory
- clickType - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- ClickType - Enum Class in net.minestom.server.inventory.click
- clickWindow(boolean, short, byte, ClientClickWindowPacket.ClickType) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Simulates a click in a window.
- clickWindowListener(ClientClickWindowPacket, Player) - Static method in class net.minestom.server.listener.WindowListener
- client(long) - Static method in class net.minestom.server.utils.time.Tick
-
Creates a duration from an amount of client-side ticks.
- CLIENT_TICK - Static variable in class net.minestom.server.utils.time.TimeUnit
- CLIENT_TICK_MS - Static variable in class net.minestom.server.utils.TickUtils
-
Length of time per tick for the default Java-edition client.
- CLIENT_TICKS - Static variable in class net.minestom.server.utils.time.Tick
-
A TemporalUnit representing the client tick.
- CLIENT_TPS - Static variable in class net.minestom.server.utils.TickUtils
-
Number of ticks per second for the default Java-edition client.
- ClientAdvancementTabPacket - Class in net.minestom.server.network.packet.client.play
- ClientAdvancementTabPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- ClientAnimationPacket - Class in net.minestom.server.network.packet.client.play
- ClientAnimationPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientAnimationPacket
- ClientChatMessagePacket - Class in net.minestom.server.network.packet.client.play
- ClientChatMessagePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
- ClientClickWindowButtonPacket - Class in net.minestom.server.network.packet.client.play
- ClientClickWindowButtonPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- ClientClickWindowPacket - Class in net.minestom.server.network.packet.client.play
- ClientClickWindowPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- ClientClickWindowPacket.ClickType - Enum Class in net.minestom.server.network.packet.client.play
- ClientCloseWindowPacket - Class in net.minestom.server.network.packet.client.play
- ClientCloseWindowPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
- ClientCraftRecipeRequest - Class in net.minestom.server.network.packet.client.play
- ClientCraftRecipeRequest() - Constructor for class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- ClientCreativeInventoryActionPacket - Class in net.minestom.server.network.packet.client.play
- ClientCreativeInventoryActionPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- ClientEditBookPacket - Class in net.minestom.server.network.packet.client.play
- ClientEditBookPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- ClientEditBookPacket(int, String[], String) - Constructor for class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- ClientEntityActionPacket - Class in net.minestom.server.network.packet.client.play
- ClientEntityActionPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- ClientEntityActionPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
- ClientGenerateStructurePacket - Class in net.minestom.server.network.packet.client.play
- ClientGenerateStructurePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- ClientHeldItemChangePacket - Class in net.minestom.server.network.packet.client.play
- ClientHeldItemChangePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
- ClientInteractEntityPacket - Class in net.minestom.server.network.packet.client.play
- ClientInteractEntityPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- ClientInteractEntityPacket.Type - Enum Class in net.minestom.server.network.packet.client.play
- ClientKeepAlivePacket - Class in net.minestom.server.network.packet.client.play
- ClientKeepAlivePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
- ClientLoginPacketsHandler - Class in net.minestom.server.network.packet.client.handler
- ClientLoginPacketsHandler() - Constructor for class net.minestom.server.network.packet.client.handler.ClientLoginPacketsHandler
- ClientNameItemPacket - Class in net.minestom.server.network.packet.client.play
- ClientNameItemPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientNameItemPacket
- ClientPacket - Interface in net.minestom.server.network.packet.client
-
Represents a packet received from a client.
- ClientPacketConsumer - Interface in net.minestom.server.listener.manager
-
Interface used to add a listener for incoming packets with
ConnectionManager.onPacketReceive(ClientPacketConsumer). - ClientPacketsHandler - Class in net.minestom.server.network.packet.client.handler
-
Contains registered packets and a way to instantiate them.
- ClientPacketsHandler() - Constructor for class net.minestom.server.network.packet.client.handler.ClientPacketsHandler
- ClientPacketsHandler.ClientPacketSupplier - Interface in net.minestom.server.network.packet.client.handler
-
Convenient interface to supply a
ClientPacket. - ClientPickItemPacket - Class in net.minestom.server.network.packet.client.play
- ClientPickItemPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPickItemPacket
- ClientPingServerEvent - Class in net.minestom.server.event.server
-
Called when a
PlayerConnectionsends a ping packet, usually after the status packet. - ClientPingServerEvent(PlayerConnection, long) - Constructor for class net.minestom.server.event.server.ClientPingServerEvent
-
Creates a new client ping server event with 0 delay
- ClientPingServerEvent(PlayerConnection, long, Duration) - Constructor for class net.minestom.server.event.server.ClientPingServerEvent
-
Creates a new client ping server event with 0 delay
- ClientPlayerAbilitiesPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerAbilitiesPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
- ClientPlayerBlockPlacementPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerBlockPlacementPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- ClientPlayerDiggingPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerDiggingPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- ClientPlayerDiggingPacket.Status - Enum Class in net.minestom.server.network.packet.client.play
- ClientPlayerPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerPacket
- ClientPlayerPositionAndRotationPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerPositionAndRotationPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- ClientPlayerPositionPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerPositionPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- ClientPlayerRotationPacket - Class in net.minestom.server.network.packet.client.play
- ClientPlayerRotationPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- ClientPlayPacket - Class in net.minestom.server.network.packet.client
- ClientPlayPacket() - Constructor for class net.minestom.server.network.packet.client.ClientPlayPacket
- ClientPlayPacketsHandler - Class in net.minestom.server.network.packet.client.handler
- ClientPlayPacketsHandler() - Constructor for class net.minestom.server.network.packet.client.handler.ClientPlayPacketsHandler
- ClientPluginMessagePacket - Class in net.minestom.server.network.packet.client.play
- ClientPluginMessagePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- ClientPongPacket - Class in net.minestom.server.network.packet.client.play
- ClientPongPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientPongPacket
- ClientPreplayPacket - Interface in net.minestom.server.network.packet.client
- ClientQueryBlockNbtPacket - Class in net.minestom.server.network.packet.client.play
- ClientQueryBlockNbtPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- ClientQueryEntityNbtPacket - Class in net.minestom.server.network.packet.client.play
- ClientQueryEntityNbtPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- ClientResourcePackStatusPacket - Class in net.minestom.server.network.packet.client.play
- ClientResourcePackStatusPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
- ClientSelectTradePacket - Class in net.minestom.server.network.packet.client.play
- ClientSelectTradePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
- ClientSetBeaconEffectPacket - Class in net.minestom.server.network.packet.client.play
- ClientSetBeaconEffectPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- ClientSetDisplayedRecipePacket - Class in net.minestom.server.network.packet.client.play
- ClientSetDisplayedRecipePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
- ClientSetRecipeBookStatePacket - Class in net.minestom.server.network.packet.client.play
- ClientSetRecipeBookStatePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- ClientSetRecipeBookStatePacket.BookType - Enum Class in net.minestom.server.network.packet.client.play
- ClientSettingsPacket - Class in net.minestom.server.network.packet.client.play
- ClientSettingsPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- ClientSpectatePacket - Class in net.minestom.server.network.packet.client.play
- ClientSpectatePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSpectatePacket
- ClientStatusPacket - Class in net.minestom.server.network.packet.client.play
- ClientStatusPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientStatusPacket
- ClientStatusPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
- ClientStatusPacketsHandler - Class in net.minestom.server.network.packet.client.handler
- ClientStatusPacketsHandler() - Constructor for class net.minestom.server.network.packet.client.handler.ClientStatusPacketsHandler
- ClientSteerBoatPacket - Class in net.minestom.server.network.packet.client.play
- ClientSteerBoatPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- ClientSteerVehiclePacket - Class in net.minestom.server.network.packet.client.play
- ClientSteerVehiclePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- ClientTabCompletePacket - Class in net.minestom.server.network.packet.client.play
- ClientTabCompletePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- ClientTeleportConfirmPacket - Class in net.minestom.server.network.packet.client.play
- ClientTeleportConfirmPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
- ClientUpdateCommandBlockMinecartPacket - Class in net.minestom.server.network.packet.client.play
- ClientUpdateCommandBlockMinecartPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- ClientUpdateCommandBlockPacket - Class in net.minestom.server.network.packet.client.play
- ClientUpdateCommandBlockPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- ClientUpdateCommandBlockPacket.Mode - Enum Class in net.minestom.server.network.packet.client.play
- ClientUpdateSignPacket - Class in net.minestom.server.network.packet.client.play
- ClientUpdateSignPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- ClientUpdateStructureBlockPacket - Class in net.minestom.server.network.packet.client.play
- ClientUpdateStructureBlockPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- ClientUpdateStructureBlockPacket.Action - Enum Class in net.minestom.server.network.packet.client.play
-
Update action,
UPDATE_DATAindicates nothing special. - ClientUpdateStructureBlockPacket.Mirror - Enum Class in net.minestom.server.network.packet.client.play
- ClientUpdateStructureBlockPacket.Mode - Enum Class in net.minestom.server.network.packet.client.play
- ClientUseItemPacket - Class in net.minestom.server.network.packet.client.play
- ClientUseItemPacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientUseItemPacket
- ClientVehicleMovePacket - Class in net.minestom.server.network.packet.client.play
- ClientVehicleMovePacket() - Constructor for class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- CLIMB_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- CLOCK - Static variable in interface net.minestom.server.item.Material
- CLOCKWISE - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 90 degrees
- CLOCKWISE_135 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 135 degrees
- CLOCKWISE_45 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated clockwise by 45 degrees
- clone() - Method in class net.minestom.server.data.Data
-
Deprecated.
- clone() - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- clone() - Method in class net.minestom.server.data.SerializableData
-
Deprecated.
- clone() - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- clone() - Method in class net.minestom.server.instance.palette.Palette
- clone() - Method in class net.minestom.server.instance.Section
- clone() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
- clone() - Method in class net.minestom.server.potion.CustomPotionEffect
- clone() - Method in interface net.minestom.server.utils.clone.PublicCloneable
-
Creates and returns a copy of this object.
- CLONE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- cloneArray(T[], IntFunction<T[]>) - Static method in class net.minestom.server.utils.clone.CloneUtils
- cloneCopyOnWriteArrayList(List<T>) - Static method in class net.minestom.server.utils.clone.CloneUtils
- CloneUtils - Class in net.minestom.server.utils.clone
-
Convenient interface to deep-copy single object or collections.
- CloneUtils() - Constructor for class net.minestom.server.utils.clone.CloneUtils
- close() - Static method in class net.minestom.server.extras.lan.OpenToLAN
-
Closes the server to LAN.
- close() - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Closes the
StorageLocationusingStorageSystem.close(). - close() - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Called when the location is closed, generally during server shutdown.
- CLOSE_WINDOW - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CLOSED_SCREEN - Enum constant in enum class net.minestom.server.advancements.AdvancementAction
- closeInventory() - Method in class net.minestom.server.entity.Player
-
Closes the current inventory if there is any.
- closestColor(int) - Static method in enum class net.minestom.server.map.MapColors
- ClosestEntityTarget - Class in net.minestom.server.entity.ai.target
-
Target the closest targetable entity (based on the class array)
- ClosestEntityTarget(EntityCreature, float, Class<? extends LivingEntity>...) - Constructor for class net.minestom.server.entity.ai.target.ClosestEntityTarget
- closeWindow() - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Closes the current opened inventory if there is any.
- closeWindowListener(ClientCloseWindowPacket, Player) - Static method in class net.minestom.server.listener.WindowListener
- CloseWindowPacket - Class in net.minestom.server.network.packet.server.play
- CloseWindowPacket() - Constructor for class net.minestom.server.network.packet.server.play.CloseWindowPacket
- CLOUD - Static variable in interface net.minestom.server.particle.Particle
- COAL - Static variable in interface net.minestom.server.item.Material
- COAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- COAL_ORE - Static variable in interface net.minestom.server.instance.block.Block
- COAL_ORE - Static variable in interface net.minestom.server.item.Material
- COARSE_DIRT - Static variable in interface net.minestom.server.instance.block.Block
- COARSE_DIRT - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.item.Material
- COBBLED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- COBBLED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- COBBLESTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- COBBLESTONE_WALL - Static variable in interface net.minestom.server.item.Material
- COBWEB - Static variable in interface net.minestom.server.instance.block.Block
- COBWEB - Static variable in interface net.minestom.server.item.Material
- COCOA - Static variable in interface net.minestom.server.instance.block.Block
- COCOA_BEANS - Static variable in interface net.minestom.server.item.Material
- COD - Static variable in interface net.minestom.server.entity.EntityType
- COD - Static variable in interface net.minestom.server.item.Material
- COD_BUCKET - Static variable in interface net.minestom.server.item.Material
- COD_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CodeModifier - Class in net.minestom.server.extras.selfmodification
-
Will be called by
MinestomRootClassLoaderto transform classes at load-time - CodeModifier() - Constructor for class net.minestom.server.extras.selfmodification.CodeModifier
- CodMeta - Class in net.minestom.server.entity.metadata.water.fish
- CodMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.CodMeta
- COLLECT_ITEM - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- collectedEntityId - Variable in class net.minestom.server.network.packet.server.play.CollectItemPacket
- CollectItemPacket - Class in net.minestom.server.network.packet.server.play
- CollectItemPacket() - Constructor for class net.minestom.server.network.packet.server.play.CollectItemPacket
- CollectItemPacket(int, int, int) - Constructor for class net.minestom.server.network.packet.server.play.CollectItemPacket
- collectorEntityId - Variable in class net.minestom.server.network.packet.server.play.CollectItemPacket
- collisionRule - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
Rule for the collision
- collisionRule(TeamsPacket.CollisionRule) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the
TeamsPacket.CollisionRuleof theTeamwithout an update packet. - CollisionUtils - Class in net.minestom.server.collision
- CollisionUtils() - Constructor for class net.minestom.server.collision.CollisionUtils
- CollisionUtils.PhysicsResult - Record Class in net.minestom.server.collision
- color - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- color() - Method in class net.minestom.server.registry.Registry.PotionEffectEntry
- color(Color) - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- color(Color) - Method in class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- Color - Class in net.minestom.server.color
-
A general purpose class for representing colors.
- Color(int) - Constructor for class net.minestom.server.color.Color
-
Creates a color from an integer.
- Color(int, int, int) - Constructor for class net.minestom.server.color.Color
-
Creates a color from red, green, and blue components.
- Color(RGBLike) - Constructor for class net.minestom.server.color.Color
-
Creates a color from an RGB-like color.
- Color(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- COLOR_BLACK - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_BROWN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_CYAN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_LIGHT_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_MAGENTA - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_ORANGE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_PINK - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_PURPLE - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_RED - Enum constant in enum class net.minestom.server.map.MapColors
- COLOR_YELLOW - Enum constant in enum class net.minestom.server.map.MapColors
- columnarSpace - Variable in class net.minestom.server.instance.Chunk
- columnarSpaceAt(int, int) - Method in class net.minestom.server.entity.pathfinding.PFInstanceSpace
- columns - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- CombinedAttackGoal - Class in net.minestom.server.entity.ai.goal
-
Allows entity to perform both melee and ranged attacks.
- CombinedAttackGoal(EntityCreature, int, int, double, double, int, TemporalUnit, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, int, double, double, Duration, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, int, TemporalUnit, int, double, double, int, TemporalUnit, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- CombinedAttackGoal(EntityCreature, int, Duration, int, double, double, Duration, int, boolean) - Constructor for class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- command - Variable in class net.minestom.server.command.builder.ParsedCommand
- command - Variable in class net.minestom.server.command.builder.parser.CommandQueryResult
- command - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- command - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- Command - Class in net.minestom.server.command.builder
-
Represents a command which has suggestion/auto-completion.
- Command(String) - Constructor for class net.minestom.server.command.builder.Command
-
Creates a
Commandwith a name and no alias. - Command(String, String...) - Constructor for class net.minestom.server.command.builder.Command
-
Creates a
Commandwith a name and one or multiple aliases. - Command(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- COMMAND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COMMAND_BLOCK - Static variable in interface net.minestom.server.item.Material
- COMMAND_BLOCK_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- COMMAND_BLOCK_MINECART - Static variable in interface net.minestom.server.item.Material
- COMMAND_PREFIX - Static variable in class net.minestom.server.command.CommandManager
- CommandBlockMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- CommandBlockMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- CommandCallback - Interface in net.minestom.server.utils.callback
-
Functional interface used by the
CommandManagerto execute a callback if an unknown command is run. - CommandCondition - Interface in net.minestom.server.command.builder.condition
-
Used to know if the
CommandSenderis allowed to run the command or a specific syntax. - CommandContext - Class in net.minestom.server.command.builder
-
Class used to retrieve argument data in a
CommandExecutor. - CommandContext(String) - Constructor for class net.minestom.server.command.builder.CommandContext
- commandData - Variable in class net.minestom.server.command.builder.CommandResult
- CommandData - Class in net.minestom.server.command.builder
- CommandData() - Constructor for class net.minestom.server.command.builder.CommandData
- CommandDispatcher - Class in net.minestom.server.command.builder
-
Class responsible for parsing
Command. - CommandDispatcher() - Constructor for class net.minestom.server.command.builder.CommandDispatcher
- CommandExecutor - Interface in net.minestom.server.command.builder
-
Callback executed once a syntax has been found for a
Command. - commandExists(String) - Method in class net.minestom.server.command.CommandManager
-
Gets if a command with the name
commandNamealready exists or not. - CommandManager - Class in net.minestom.server.command
-
Manager used to register
commands. - CommandManager() - Constructor for class net.minestom.server.command.CommandManager
- commandName - Variable in class net.minestom.server.command.builder.parser.CommandQueryResult
- CommandParser - Class in net.minestom.server.command.builder.parser
-
Class used to parse complete command inputs.
- CommandParser() - Constructor for class net.minestom.server.command.builder.parser.CommandParser
- CommandQueryResult - Class in net.minestom.server.command.builder.parser
- CommandQueryResult() - Constructor for class net.minestom.server.command.builder.parser.CommandQueryResult
- CommandResult - Class in net.minestom.server.command.builder
- CommandResult() - Constructor for class net.minestom.server.command.builder.CommandResult
- CommandResult.Type - Enum Class in net.minestom.server.command.builder
- CommandSender - Interface in net.minestom.server.command
-
Represents something which can send commands to the server.
- commandString - Variable in class net.minestom.server.command.builder.ParsedCommand
- commandString - Variable in class net.minestom.server.command.builder.parser.ValidSyntaxHolder
- CommandSuggestionHolder - Class in net.minestom.server.command.builder.parser
-
Holds the data of an invalidated syntax.
- CommandSuggestionHolder() - Constructor for class net.minestom.server.command.builder.parser.CommandSuggestionHolder
- CommandSyntax - Class in net.minestom.server.command.builder
-
Represents a syntax in
Commandwhich is initialized withCommand.addSyntax(CommandExecutor, Argument[]). - CommandSyntax(CommandCondition, CommandExecutor, Argument<?>...) - Constructor for class net.minestom.server.command.builder.CommandSyntax
- CommandSyntax(CommandCondition, CommandExecutor, Map<String, Supplier<Object>>, Argument<?>...) - Constructor for class net.minestom.server.command.builder.CommandSyntax
- comparator - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- COMPARATOR - Static variable in interface net.minestom.server.instance.block.Block
- COMPARATOR - Static variable in interface net.minestom.server.item.Material
- compare(Block) - Method in interface net.minestom.server.instance.block.Block
- compare(Block, Block.Comparator) - Method in interface net.minestom.server.instance.block.Block
- COMPASS - Static variable in interface net.minestom.server.item.Material
- CompassMeta - Class in net.minestom.server.item.metadata
- CompassMeta(ItemMetaBuilder, boolean, String, Point) - Constructor for class net.minestom.server.item.metadata.CompassMeta
- CompassMeta.Builder - Class in net.minestom.server.item.metadata
- Component(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- ComponentHolder<T> - Interface in net.minestom.server.adventure
-
Represents an object that holds some amount of components.
- ComponentHoldingServerPacket - Interface in net.minestom.server.network.packet.server
-
A server packet that can hold components.
- components() - Method in interface net.minestom.server.adventure.ComponentHolder
-
Gets the components held by this object.
- components() - Method in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- components() - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- components() - Method in class net.minestom.server.network.packet.server.play.BossBarPacket
- components() - Method in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- components() - Method in class net.minestom.server.network.packet.server.play.DisconnectPacket
- components() - Method in class net.minestom.server.network.packet.server.play.MapDataPacket
- components() - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- components() - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- components() - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateDisplayName
- components() - Method in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- components() - Method in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- components() - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket
- components() - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- components() - Method in class net.minestom.server.network.packet.server.play.TeamsPacket
- ComponentUtils - Class in net.minestom.server.utils
-
Componentutilities. - ComponentUtils() - Constructor for class net.minestom.server.utils.ComponentUtils
- COMPOSTER - Static variable in interface net.minestom.server.instance.block.Block
- COMPOSTER - Static variable in interface net.minestom.server.item.Material
- COMPOSTER - Static variable in interface net.minestom.server.particle.Particle
- computeIfAbsent(String, String, Function<? super NamespaceID, ? extends V>) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- computeIfAbsent(String, Function<? super NamespaceID, ? extends V>) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- concat(ByteBuffer...) - Static method in class net.minestom.server.utils.binary.BinaryWriter
- concatenateIntArrays(int[]...) - Static method in class net.minestom.server.utils.ArrayUtils
- Conditions - Class in net.minestom.server.command.builder.condition
-
Common command conditions
- Conditions() - Constructor for class net.minestom.server.command.builder.condition.Conditions
- CONDUIT - Static variable in interface net.minestom.server.instance.block.Block
- CONDUIT - Static variable in interface net.minestom.server.item.Material
- CONDUIT_POWER - Static variable in interface net.minestom.server.potion.PotionEffect
- ConfiguredNodes() - Constructor for class net.minestom.server.command.builder.NodeMaker.ConfiguredNodes
- CONNECTION_MANAGER - Static variable in interface net.minestom.server.network.packet.client.ClientPreplayPacket
- ConnectionManager - Class in net.minestom.server.network
-
Manages the connected clients.
- ConnectionManager() - Constructor for class net.minestom.server.network.ConnectionManager
- ConnectionState - Enum Class in net.minestom.server.network
-
Represents the current connection state of a
PlayerConnection. - console() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets the console as an audience.
- console() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the console as an audience.
- consoleOnly(CommandSender, String) - Static method in class net.minestom.server.command.builder.condition.Conditions
- ConsoleSender - Class in net.minestom.server.command
-
Represents the console when sending a command to the server.
- ConsoleSender() - Constructor for class net.minestom.server.command.ConsoleSender
- CONSTANT - Enum constant in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Chunk thread should be recomputed as often as possible.
- consume(int) - Method in class net.minestom.server.item.ItemStack
- consume(E) - Method in interface net.minestom.server.instance.EntityTracker.Query
- consumeBlock(boolean) - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Should the block be consumed if not cancelled.
- consumeCache(BinaryBuffer) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- consumePacket(ServerPacket) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Makes the player receives a packet WARNING: pretty much unsafe, used internally to redirect packets here, you should instead use
PlayerConnection.sendPacket(ServerPacket) - consumer(Class<? extends Event>) - Method in interface net.minestom.server.event.EventBinding
- Container(Registry.Resource, Registry.Container.Loader<T>) - Constructor for class net.minestom.server.registry.Registry.Container
- contains(Object) - Method in class net.minestom.server.acquirable.AcquirableCollection
- contains(NamespaceID) - Method in class net.minestom.server.gamedata.tags.Tag
-
Checks whether the given id in inside this tag.
- containsAll(Collection<?>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- containsKey(String) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- containsKey(String, String) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- contentBuffer - Variable in class net.minestom.server.network.socket.Worker.Context
- context - Variable in class net.minestom.server.command.builder.ParsedCommand
- context - Variable in class net.minestom.server.command.builder.parser.ArgumentQueryResult
- Context() - Constructor for class net.minestom.server.network.socket.Worker.Context
- contract(double, double, double) - Method in class net.minestom.server.collision.BoundingBox
-
Creates a new
BoundingBoxlinked to the sameEntitywith contracted size. - convertPlayerInventorySlot(int, int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
-
Converts a packet slot to an internal one.
- convertSlot(int, int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- convertToPacketSlot(int) - Static method in class net.minestom.server.utils.inventory.PlayerInventoryUtils
-
Used to convert internal slot to one used in packets
- COOKED_BEEF - Static variable in interface net.minestom.server.item.Material
- COOKED_CHICKEN - Static variable in interface net.minestom.server.item.Material
- COOKED_COD - Static variable in interface net.minestom.server.item.Material
- COOKED_MUTTON - Static variable in interface net.minestom.server.item.Material
- COOKED_PORKCHOP - Static variable in interface net.minestom.server.item.Material
- COOKED_RABBIT - Static variable in interface net.minestom.server.item.Material
- COOKED_SALMON - Static variable in interface net.minestom.server.item.Material
- COOKIE - Static variable in interface net.minestom.server.item.Material
- Cooldown - Class in net.minestom.server.utils.time
- Cooldown(Duration) - Constructor for class net.minestom.server.utils.time.Cooldown
- cooldownTicks - Variable in class net.minestom.server.network.packet.server.play.SetCooldownPacket
- coordinates() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- coordinateScale(int) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- coordinateType() - Method in class net.minestom.server.utils.location.RelativeVec
- COPPER_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- COPPER_BLOCK - Static variable in interface net.minestom.server.item.Material
- COPPER_INGOT - Static variable in interface net.minestom.server.item.Material
- COPPER_ORE - Static variable in interface net.minestom.server.instance.block.Block
- COPPER_ORE - Static variable in interface net.minestom.server.item.Material
- copy() - Method in class net.minestom.server.instance.InstanceContainer
-
Copies all the chunks of this instance and create a new instance container with all of them.
- copy(CommandContext) - Method in class net.minestom.server.command.builder.CommandContext
- copy(Instance, int, int) - Method in class net.minestom.server.instance.Chunk
-
Creates a copy of this chunk, including blocks state id, custom block id, biomes, update data.
- copy(Instance, int, int) - Method in class net.minestom.server.instance.DynamicChunk
- copy(BinaryBuffer) - Static method in class net.minestom.server.utils.binary.BinaryBuffer
- COPY_OF_COPY - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- COPY_OF_ORIGINAL - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- copyContents(ItemStack[]) - Method in class net.minestom.server.inventory.AbstractInventory
-
Places all the items of
itemStacksinto the internal array. - copyMeta - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- copyWithOperator(UnaryOperator<Component>) - Method in interface net.minestom.server.adventure.ComponentHolder
-
Returns a copy of this object.
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.BossBarPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.DisconnectPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.MapDataPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateDisplayName
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- copyWithOperator(UnaryOperator<Component>) - Method in class net.minestom.server.network.packet.server.play.TeamsPacket
- CORNER - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
- CORNFLOWER - Static variable in interface net.minestom.server.instance.block.Block
- CORNFLOWER - Static variable in interface net.minestom.server.item.Material
- correct - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- count() - Static method in class net.minestom.server.utils.binary.PooledBuffers
- COUNTER_CLOCKWISE - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated counter-clockwise by 90 degrees
- COUNTER_CLOCKWISE_45 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Rotated counter-clockwise by 45 degrees
- countMatches(CharSequence, char) - Static method in class net.minestom.server.utils.StringUtils
- COURBET - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- COW - Static variable in interface net.minestom.server.entity.EntityType
- COW_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CowMeta - Class in net.minestom.server.entity.metadata.animal
- CowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.CowMeta
- CRACKED_DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_DEEPSLATE_TILES - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_DEEPSLATE_TILES - Static variable in interface net.minestom.server.item.Material
- CRACKED_NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- CRAFT_RECIPE_RESPONSE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- CRAFT_RESULT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_1 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_2 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_3 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFT_SLOT_4 - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- CRAFTED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- CRAFTING - Enum constant in enum class net.minestom.server.inventory.InventoryType
- CRAFTING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- CRAFTING_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- CRAFTING_TABLE - Static variable in interface net.minestom.server.item.Material
- craftingRecipeBookFilterActive - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- craftingRecipeBookOpen - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- CraftRecipeResponse - Class in net.minestom.server.network.packet.server.play
- CraftRecipeResponse() - Constructor for class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- CREAMY - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- CREAMY - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- create(Sound.Source, SoundEvent, Pos, float, float) - Static method in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- CREATE_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
An action to create a new team
- createAdvancement(String, Advancement, Advancement) - Method in class net.minestom.server.advancements.AdvancementTab
-
Creates and add an advancement into this tab.
- createBuilder(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Initializes a new
TeamBuilderfor creating a team - createChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- createChunk(Instance, Biome[], int, int) - Method in interface net.minestom.server.utils.chunk.ChunkSupplier
-
Creates a
Chunkobject. - createCursorPacket(ItemStack) - Static method in class net.minestom.server.network.packet.server.play.SetSlotPacket
-
Returns a
SetSlotPacketused to change a player cursor item. - createDeclareCommandsPacket(Player) - Method in class net.minestom.server.command.CommandManager
-
Gets the
DeclareCommandsPacketfor a specific player. - createEntitySoundPacket(Sound, Entity) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createExplosion(float, float, float, float, Data) - Method in interface net.minestom.server.instance.ExplosionSupplier
-
Creates a new explosion
- createFramedPacket(ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- createFramedPacket(ServerPacket, boolean) - Static method in class net.minestom.server.utils.PacketUtils
- createInstanceContainer() - Method in class net.minestom.server.instance.InstanceManager
-
Creates and register an
InstanceContainer. - createInstanceContainer(DimensionType) - Method in class net.minestom.server.instance.InstanceManager
- createInstanceContainer(DimensionType, IChunkLoader) - Method in class net.minestom.server.instance.InstanceManager
- createInstanceContainer(IChunkLoader) - Method in class net.minestom.server.instance.InstanceManager
- createLine(Sidebar.ScoreboardLine) - Method in class net.minestom.server.scoreboard.Sidebar
-
Creates a new
Sidebar.ScoreboardLine. - createPacket() - Method in class net.minestom.server.advancements.AdvancementTab
-
Builds the packet which build the whole advancement tab.
- createParticlePacket(Particle, boolean, double, double, double, float, float, float, float, int, Consumer<BinaryWriter>) - Static method in class net.minestom.server.particle.ParticleCreator
- createParticlePacket(Particle, double, double, double, float, float, float, int) - Static method in class net.minestom.server.particle.ParticleCreator
- createPlayer(UUID, String, PlayerConnection) - Method in interface net.minestom.server.network.PlayerProvider
-
Creates a new
Playerobject based on his connection data. - createSharedInstance(InstanceContainer) - Method in class net.minestom.server.instance.InstanceManager
-
Creates and register a
SharedInstance. - createSoundPacket(Sound, double, double, double) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound packet from a sound and a location.
- createSoundPacket(Sound, Sound.Emitter) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound effect packet from a sound and an emitter.
- createSoundStopPacket(SoundStop) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates a sound stop packet from a sound stop.
- createSubView(int, int) - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- createSubView(int, int) - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- createSubView(int, int) - Method in interface net.minestom.server.map.LargeFramebuffer
-
Returns a new
Framebufferthat represent a 128x128 sub-view of this framebuffer. - createTab(String, AdvancementRoot) - Method in class net.minestom.server.advancements.AdvancementManager
-
Creates a new
AdvancementTabwith a singleAdvancementRoot. - createTeam(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Teamwith only the registry name - createTeam(String, Component, Component, NamedTextColor, Component) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Teamwith the registry name, display name, prefix, suffix and the team colro - createTeam(String, Component, NamedTextColor, Component) - Method in class net.minestom.server.scoreboard.TeamManager
-
Creates a
Teamwith the registry name, prefix, suffix and the team format - createTeamDestructionPacket() - Method in class net.minestom.server.scoreboard.Team
-
Creates an destruction packet to remove the team.
- createTeamsCreationPacket() - Method in class net.minestom.server.scoreboard.Team
-
Creates the creation packet to add a team.
- createTimePacket() - Method in class net.minestom.server.instance.Instance
-
Creates a
TimeUpdatePacketwith the current age and time of this instance - createTitlePartPacket(TitlePart<T>, T) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Creates one of the three title packets from a title part and a value.
- CREATIVE - Enum constant in enum class net.minestom.server.entity.GameMode
- CreativeInventoryActionListener - Class in net.minestom.server.listener
- CreativeInventoryActionListener() - Constructor for class net.minestom.server.listener.CreativeInventoryActionListener
- CREEBET - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- CREEPER - Static variable in interface net.minestom.server.entity.EntityType
- CREEPER_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- CREEPER_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- CREEPER_HEAD - Static variable in interface net.minestom.server.item.Material
- CREEPER_SHAPED - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- CREEPER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- CREEPER_WALL_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- CreeperMeta - Class in net.minestom.server.entity.metadata.monster
- CreeperMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.CreeperMeta
- CreeperMeta.State - Enum Class in net.minestom.server.entity.metadata.monster
- CRIMSON_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_BUTTON - Static variable in interface net.minestom.server.item.Material
- CRIMSON_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_DOOR - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FENCE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_FUNGUS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_FUNGUS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_HYPHAE - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_HYPHAE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_HYPHAE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_NYLIUM - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_NYLIUM - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_NYLIUM - Static variable in interface net.minestom.server.item.Material
- CRIMSON_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_PLANKS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- CRIMSON_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_ROOTS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_SIGN - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_SLAB - Static variable in interface net.minestom.server.item.Material
- CRIMSON_SPORE - Static variable in interface net.minestom.server.particle.Particle
- CRIMSON_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_STAIRS - Static variable in interface net.minestom.server.item.Material
- CRIMSON_STEM - Enum constant in enum class net.minestom.server.map.MapColors
- CRIMSON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_STEM - Static variable in interface net.minestom.server.item.Material
- CRIMSON_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- CRIMSON_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- CRIMSON_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- CRIT - Static variable in interface net.minestom.server.particle.Particle
- criteria - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
- Criteria() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- criterionIdentifier - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- criterionProgress - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- CriterionProgress() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- criterions - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- CRITICAL_EFFECT - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- cross(Vec) - Method in record class net.minestom.server.coordinate.Vec
-
Calculates the cross product of this vector with another.
- CROSSBOW - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- CROSSBOW - Static variable in interface net.minestom.server.item.Material
- CrossbowMeta - Class in net.minestom.server.item.metadata
- CrossbowMeta(ItemMetaBuilder, boolean, ItemStack, ItemStack, ItemStack, boolean) - Constructor for class net.minestom.server.item.metadata.CrossbowMeta
- CrossbowMeta.Builder - Class in net.minestom.server.item.metadata
- CROUCH_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- CRYING_OBSIDIAN - Static variable in interface net.minestom.server.instance.block.Block
- CRYING_OBSIDIAN - Static variable in interface net.minestom.server.item.Material
- CURRENT_DOWN - Static variable in interface net.minestom.server.particle.Particle
- currentChunk - Variable in class net.minestom.server.entity.Entity
- currentEntities() - Static method in interface net.minestom.server.acquirable.Acquirable
-
Gets all the
entitiesbeing ticked in the current thread. - cursorPositionX - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- cursorPositionY - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- cursorPositionZ - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- custom(Key) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given key.
- custom(Key) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given key.
- custom(Keyed) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given keyed object.
- custom(Keyed) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given keyed object.
- custom(Keyed, Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given keyed object that match the given predicate.
- custom(Keyed, Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given keyed object that match the given predicate.
- custom(Key, Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members stored using the given key that match the given predicate.
- custom(Key, Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members stored using the given key that match the given predicate.
- Custom(String, TagSerializer<T>) - Static method in class net.minestom.server.tag.Tag
-
Deprecated.use
Tag.Structure(String, TagSerializer)instead - CUSTOM - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- customModelData - Variable in class net.minestom.server.item.ItemMetaBuilder
- customModelData(int) - Method in class net.minestom.server.item.ItemMetaBuilder
- CustomPotionEffect - Class in net.minestom.server.potion
-
Represents a custom effect in
PotionMeta. - CustomPotionEffect(byte, byte, int, boolean, boolean, boolean) - Constructor for class net.minestom.server.potion.CustomPotionEffect
- customs() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members.
- customs() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members.
- customs(Predicate<Audience>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all custom audience members matching the given predicate.
- customs(Predicate<Audience>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all custom audience members matching the given predicate.
- CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- CUT_RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CUT_RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CUT_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- CUT_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- CUT_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- CUT_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- CUT_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- CYAN - Enum constant in enum class net.minestom.server.color.DyeColor
- CYAN - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- CYAN_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_BANNER - Static variable in interface net.minestom.server.item.Material
- CYAN_BED - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_BED - Static variable in interface net.minestom.server.item.Material
- CYAN_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CANDLE - Static variable in interface net.minestom.server.item.Material
- CYAN_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CARPET - Static variable in interface net.minestom.server.item.Material
- CYAN_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CONCRETE - Static variable in interface net.minestom.server.item.Material
- CYAN_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- CYAN_DYE - Static variable in interface net.minestom.server.item.Material
- CYAN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- CYAN_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- CYAN_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- CYAN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- CYAN_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- CYAN_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- CYAN_WOOL - Static variable in interface net.minestom.server.item.Material
D
- damage - Variable in class net.minestom.server.item.ItemMetaBuilder
- damage(int) - Method in class net.minestom.server.item.ItemMetaBuilder
- damage(DamageType, float) - Method in class net.minestom.server.entity.LivingEntity
-
Damages the entity by a value, the type of the damage also has to be specified.
- DAMAGE_ABSORBED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_BLOCKED_BY_SHIELD - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT_ABSORBED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_DEALT_RESISTED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_INDICATOR - Static variable in interface net.minestom.server.particle.Particle
- DAMAGE_RESISTED - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGE_TAKEN - Static variable in interface net.minestom.server.statistic.StatisticType
- DAMAGED_ANVIL - Static variable in interface net.minestom.server.instance.block.Block
- DAMAGED_ANVIL - Static variable in interface net.minestom.server.item.Material
- DamageType - Class in net.minestom.server.entity.damage
-
Represents a type of damage, required when calling
LivingEntity.damage(DamageType, float)and retrieved inEntityDamageEvent. - DamageType(String) - Constructor for class net.minestom.server.entity.damage.DamageType
-
Creates a new damage type.
- DANDELION - Static variable in interface net.minestom.server.instance.block.Block
- DANDELION - Static variable in interface net.minestom.server.item.Material
- DARK_BROWN - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- DARK_FOREST - Enum constant in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
- DARK_OAK - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- DARK_OAK_BOAT - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_BUTTON - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_DOOR - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_FENCE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_LEAVES - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_LOG - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_LOG - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_PLANKS - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SAPLING - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SIGN - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_SLAB - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_STAIRS - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- DARK_OAK_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- DARK_OAK_WOOD - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE_SLAB - Static variable in interface net.minestom.server.item.Material
- DARK_PRISMARINE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DARK_PRISMARINE_STAIRS - Static variable in interface net.minestom.server.item.Material
- DASHER - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- data - Variable in class net.minestom.server.data.DataImpl
-
Deprecated.
- data - Variable in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- data - Variable in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- data - Variable in class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- data - Variable in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- data - Variable in class net.minestom.server.network.packet.server.play.EffectPacket
- data - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- data - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- data - Variable in class net.minestom.server.network.packet.server.play.PluginMessagePacket
- data - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- Data - Class in net.minestom.server.data
-
Deprecated.
- Data() - Constructor for class net.minestom.server.data.Data
-
Deprecated.
- DATA - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
- DATA_MANAGER - Static variable in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- DataContainer - Interface in net.minestom.server.data
-
Deprecated.switch to the Tag API instead
- DataImpl - Class in net.minestom.server.data
-
Deprecated.
- DataImpl() - Constructor for class net.minestom.server.data.DataImpl
-
Deprecated.
- DataManager - Class in net.minestom.server.data
-
Deprecated.
- DataManager() - Constructor for class net.minestom.server.data.DataManager
-
Deprecated.
- dataType - Variable in class net.minestom.server.data.DataImpl
-
Deprecated.Data key = Class Used to know the type of an element of this data object (for serialization purpose)
- dataType - Variable in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.Data key = Class Used to know the type of an element of this data object (for serialization purpose)
- DataType<T> - Class in net.minestom.server.data
-
Deprecated.
- DataType() - Constructor for class net.minestom.server.data.DataType
-
Deprecated.
- dateOfAchieving - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- DAY - Static variable in class net.minestom.server.utils.time.TimeUnit
- DAYLIGHT_DETECTOR - Static variable in interface net.minestom.server.instance.block.Block
- DAYLIGHT_DETECTOR - Static variable in interface net.minestom.server.item.Material
- DEAD_BRAIN_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BRAIN_CORAL - Static variable in interface net.minestom.server.item.Material
- DEAD_BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BRAIN_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- DEAD_BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BRAIN_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- DEAD_BRAIN_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUBBLE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUBBLE_CORAL - Static variable in interface net.minestom.server.item.Material
- DEAD_BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUBBLE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- DEAD_BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUBBLE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- DEAD_BUBBLE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_BUSH - Static variable in interface net.minestom.server.item.Material
- DEAD_FIRE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_FIRE_CORAL - Static variable in interface net.minestom.server.item.Material
- DEAD_FIRE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_FIRE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- DEAD_FIRE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_FIRE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- DEAD_FIRE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_HORN_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_HORN_CORAL - Static variable in interface net.minestom.server.item.Material
- DEAD_HORN_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_HORN_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- DEAD_HORN_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_HORN_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- DEAD_HORN_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_TUBE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_TUBE_CORAL - Static variable in interface net.minestom.server.item.Material
- DEAD_TUBE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_TUBE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- DEAD_TUBE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEAD_TUBE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- DEAD_TUBE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- DEATH_COMBAT_EVENT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- DeathCombatEventPacket - Class in net.minestom.server.network.packet.server.play
- DeathCombatEventPacket() - Constructor for class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- DEATHS - Static variable in interface net.minestom.server.statistic.StatisticType
- DEBUG_STICK - Static variable in interface net.minestom.server.item.Material
- DebugUtils - Class in net.minestom.server.utils.debug
-
Utils class useful for debugging purpose.
- DebugUtils() - Constructor for class net.minestom.server.utils.debug.DebugUtils
- DECLARE_COMMANDS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- DECLARE_RECIPES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- DeclareCommandsPacket - Class in net.minestom.server.network.packet.server.play
- DeclareCommandsPacket() - Constructor for class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- DeclareCommandsPacket.Node - Class in net.minestom.server.network.packet.server.play
- DeclareCommandsPacket.NodeType - Enum Class in net.minestom.server.network.packet.server.play
- DeclaredBlastingRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack, float, int) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredBlastingRecipe
- DeclaredCampfireCookingRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack, float, int) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredCampfireCookingRecipe
- DeclaredRecipe(String, String) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredRecipe
- DeclaredShapedCraftingRecipe(String, int, int, String, DeclareRecipesPacket.Ingredient[], ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapedCraftingRecipe
- DeclaredShapelessCraftingRecipe(String, String, DeclareRecipesPacket.Ingredient[], ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapelessCraftingRecipe
- DeclaredSmeltingRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack, float, int) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmeltingRecipe
- DeclaredSmithingRecipe(String, DeclareRecipesPacket.Ingredient, DeclareRecipesPacket.Ingredient, ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmithingRecipe
- DeclaredSmokingRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack, float, int) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmokingRecipe
- DeclaredStonecutterRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredStonecutterRecipe
- DeclareRecipesPacket - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket() - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket
- DeclareRecipesPacket.DeclaredBlastingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredCampfireCookingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredShapedCraftingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredShapelessCraftingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredSmeltingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredSmithingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredSmokingRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.DeclaredStonecutterRecipe - Class in net.minestom.server.network.packet.server.play
- DeclareRecipesPacket.Ingredient - Class in net.minestom.server.network.packet.server.play
- DECLINED - Enum constant in enum class net.minestom.server.resourcepack.ResourcePackStatus
- decode(BinaryReader) - Method in class net.minestom.server.data.DataType
-
Deprecated.Decodes the data type.
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.BooleanArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.ByteArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.CharacterArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.DoubleArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.FloatArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.IntegerArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.ItemStackArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.LongArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.ShortArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.array.StringArrayData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.BooleanData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.ByteData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.CharacterData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.DoubleData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.FloatData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.IntegerData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.InventoryData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.ItemStackData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.LongData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.SerializableDataData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.ShortData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.StringData
- decode(BinaryReader) - Method in class net.minestom.server.data.type.UuidType
- decodeByteArray(BinaryReader) - Static method in class net.minestom.server.data.type.array.ByteArrayData
- decorations(List<MapMeta.MapDecoration>) - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- decryptByteToSecretKey(PrivateKey, byte[]) - Static method in class net.minestom.server.extras.mojangAuth.MojangCrypt
- decryptUsingKey(Key, byte[]) - Static method in class net.minestom.server.extras.mojangAuth.MojangCrypt
- DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_BRICKS - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_COAL_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_COAL_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_COPPER_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_COPPER_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_DIAMOND_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_DIAMOND_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_EMERALD_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_EMERALD_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_GOLD_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_GOLD_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_IRON_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_IRON_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_LAPIS_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_LAPIS_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_REDSTONE_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_REDSTONE_ORE - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_TILE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_TILE_SLAB - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_TILE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_TILE_STAIRS - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_TILE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_TILE_WALL - Static variable in interface net.minestom.server.item.Material
- DEEPSLATE_TILES - Static variable in interface net.minestom.server.instance.block.Block
- DEEPSLATE_TILES - Static variable in interface net.minestom.server.item.Material
- DEFAULT - Enum constant in enum class net.minestom.server.command.builder.arguments.ArgumentEnum.Format
- DEFAULT_TAGS - Static variable in class net.minestom.server.network.packet.server.play.TagsPacket
- defaultValue(Supplier<T>) - Method in class net.minestom.server.tag.Tag
- defaultValue(T) - Method in class net.minestom.server.tag.Tag
- defineDefaultStorageSystem(Supplier<StorageSystem>) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Defines the default
StorageSystemused forStorageLocation. - delay(long, TemporalUnit) - Method in class net.minestom.server.timer.TaskBuilder
-
Specifies that the
Taskshould delay its execution by the specified amount of time. - delay(Duration) - Method in class net.minestom.server.timer.TaskBuilder
-
Specifies that the
Taskshould delay its execution by the specified amount of time. - delete(String) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Deletes a key using the associated
StorageSystem. - delete(String) - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Deletes the specified key from the database.
- deleteTeam(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Deletes a
Team - deleteTeam(Team) - Method in class net.minestom.server.scoreboard.TeamManager
-
Deletes a
Team - deltaX - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- deltaX - Variable in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- deltaY - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- deltaY - Variable in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- deltaZ - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- deltaZ - Variable in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- demand - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- DEMO_EVENT - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- dependents - Variable in class net.minestom.server.extensions.Extension
-
List of extensions that depend on this extension.
- depth(float) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- DEPTH_STRIDER - Static variable in interface net.minestom.server.item.Enchantment
- description - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- DESERT - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- DESERT - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- destinationIdentifier - Variable in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- Destroy(Block, Instance, Point) - Constructor for class net.minestom.server.instance.block.BlockHandler.Destroy
- DESTROY_ENTITIES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- destroyBossBar(BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Completely destroys a boss bar, removing it from all players.
- DestroyEntitiesPacket - Class in net.minestom.server.network.packet.server.play
- DestroyEntitiesPacket() - Constructor for class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- DestroyEntitiesPacket(int) - Constructor for class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- DestroyEntitiesPacket(int[]) - Constructor for class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- destroyStage - Variable in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- DETECT_SIZE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
- DETECTOR_RAIL - Static variable in interface net.minestom.server.instance.block.Block
- DETECTOR_RAIL - Static variable in interface net.minestom.server.item.Material
- diameter - Variable in class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- DIAMOND - Enum constant in enum class net.minestom.server.map.MapColors
- DIAMOND - Static variable in interface net.minestom.server.item.Material
- DIAMOND_AXE - Static variable in interface net.minestom.server.item.Material
- DIAMOND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DIAMOND_BLOCK - Static variable in interface net.minestom.server.item.Material
- DIAMOND_BOOTS - Static variable in interface net.minestom.server.item.Material
- DIAMOND_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- DIAMOND_HELMET - Static variable in interface net.minestom.server.item.Material
- DIAMOND_HOE - Static variable in interface net.minestom.server.item.Material
- DIAMOND_HORSE_ARMOR - Static variable in interface net.minestom.server.item.Material
- DIAMOND_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- DIAMOND_ORE - Static variable in interface net.minestom.server.instance.block.Block
- DIAMOND_ORE - Static variable in interface net.minestom.server.item.Material
- DIAMOND_PICKAXE - Static variable in interface net.minestom.server.item.Material
- DIAMOND_SHOVEL - Static variable in interface net.minestom.server.item.Material
- DIAMOND_SWORD - Static variable in interface net.minestom.server.item.Material
- didAnswerKeepAlive() - Method in class net.minestom.server.entity.Player
- didCloseInventory() - Method in class net.minestom.server.entity.Player
-
Used internally to prevent an inventory click to be processed when the inventory listeners closed the inventory.
- difference(int, int, int, int, EntityTracker.Target<T>, EntityTracker.Update<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets the entities newly visible and invisible from one chunk to another.
- difference(Point, Point, EntityTracker.Target<T>, EntityTracker.Update<T>) - Method in interface net.minestom.server.instance.EntityTracker
- difficulty - Variable in class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- Difficulty - Enum Class in net.minestom.server.world
-
Those are all the difficulties which can be displayed in the player menu.
- digestData(String, PublicKey, SecretKey) - Static method in class net.minestom.server.extras.mojangAuth.MojangCrypt
- dimensionType - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- dimensionType - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- DimensionType - Class in net.minestom.server.world
-
https://minecraft.gamepedia.com/Custom_dimension
- DimensionType.DimensionTypeBuilder - Class in net.minestom.server.world
- DimensionTypeManager - Class in net.minestom.server.world
-
Allows servers to register custom dimensions.
- DimensionTypeManager() - Constructor for class net.minestom.server.world.DimensionTypeManager
- DIORITE - Static variable in interface net.minestom.server.instance.block.Block
- DIORITE - Static variable in interface net.minestom.server.item.Material
- DIORITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- DIORITE_SLAB - Static variable in interface net.minestom.server.item.Material
- DIORITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- DIORITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- DIORITE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- DIORITE_WALL - Static variable in interface net.minestom.server.item.Material
- DirectFramebuffer - Class in net.minestom.server.map.framebuffers
-
Framebufferwith direct access to the colors array - DirectFramebuffer() - Constructor for class net.minestom.server.map.framebuffers.DirectFramebuffer
- direction - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- direction - Variable in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- direction() - Method in record class net.minestom.server.coordinate.Pos
-
Gets a unit-vector pointing in the direction that this Location is facing.
- Direction - Enum Class in net.minestom.server.utils
- Direction(Direction) - Static method in class net.minestom.server.entity.Metadata
- DIRT - Enum constant in enum class net.minestom.server.map.MapColors
- DIRT - Static variable in interface net.minestom.server.instance.block.Block
- DIRT - Static variable in interface net.minestom.server.item.Material
- DIRT_PATH - Static variable in interface net.minestom.server.instance.block.Block
- DIRT_PATH - Static variable in interface net.minestom.server.item.Material
- disable() - Method in class net.minestom.server.monitoring.BenchmarkManager
- DISABLE_EARLY_LOAD_SYSTEM_KEY - Static variable in class net.minestom.server.extensions.ExtensionManager
- disableRelativeVolume - Variable in class net.minestom.server.network.packet.server.play.EffectPacket
- disableTextFiltering - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- DISAPPEAR - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- disconnect() - Method in class net.minestom.server.network.player.FakePlayerConnection
- disconnect() - Method in class net.minestom.server.network.player.PlayerConnection
-
Forcing the player to disconnect.
- disconnect() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- disconnect(PlayerSocketConnection, SocketChannel) - Method in class net.minestom.server.network.socket.Worker
- DISCONNECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- DisconnectPacket - Class in net.minestom.server.network.packet.server.play
- DisconnectPacket(Component) - Constructor for class net.minestom.server.network.packet.server.play.DisconnectPacket
-
Creates a new disconnect packet with a given message.
- DiscoveredExtension - Class in net.minestom.server.extensions
-
Represents an extension from an `extension.json` that is capable of powering an Extension object.
- DiscoveredExtension() - Constructor for class net.minestom.server.extensions.DiscoveredExtension
- DiscoveredExtension.ExternalDependencies - Class in net.minestom.server.extensions
- DiscoveredExtension.ExternalDependencies.Repository - Class in net.minestom.server.extensions
- dismountVehicle - Variable in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- DISPENSER - Static variable in interface net.minestom.server.instance.block.Block
- DISPENSER - Static variable in interface net.minestom.server.item.Material
- DISPENSER_DISPENSES - Enum constant in enum class net.minestom.server.effects.Effects
- DISPENSER_FAILS_TO_DISPENSE - Enum constant in enum class net.minestom.server.effects.Effects
- DISPENSER_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- DISPLAY_SCOREBOARD - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- displayData - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- DisplayData() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- displayedSkinParts - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- displayName - Variable in class net.minestom.server.item.ItemMetaBuilder
- displayName - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- displayName - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- displayName - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateDisplayName
- displayName(Component) - Method in class net.minestom.server.item.ItemMetaBuilder
- displayName(Component) - Method in class net.minestom.server.item.ItemStackBuilder
- DisplayScoreboardPacket - Class in net.minestom.server.network.packet.server.play
- DisplayScoreboardPacket() - Constructor for class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- distance(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- distance(Point) - Method in interface net.minestom.server.coordinate.Point
-
Gets the distance between this point and another.
- distanceSquared(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- distanceSquared(Point) - Method in interface net.minestom.server.coordinate.Point
-
Gets the squared distance between this point and another.
- div(double) - Method in interface net.minestom.server.coordinate.Point
- div(double) - Method in record class net.minestom.server.coordinate.Pos
- div(double) - Method in record class net.minestom.server.coordinate.Vec
- div(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- div(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
- div(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- div(Point) - Method in interface net.minestom.server.coordinate.Point
- div(Point) - Method in record class net.minestom.server.coordinate.Pos
- div(Point) - Method in record class net.minestom.server.coordinate.Vec
- doesConsumeBlock() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Should the block be consumed if not cancelled.
- DOLPHIN - Static variable in interface net.minestom.server.entity.EntityType
- DOLPHIN - Static variable in interface net.minestom.server.particle.Particle
- DOLPHIN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- DolphinMeta - Class in net.minestom.server.entity.metadata.water
- DolphinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.DolphinMeta
- DOLPHINS_GRACE - Static variable in interface net.minestom.server.potion.PotionEffect
- DONKEY - Static variable in interface net.minestom.server.entity.EntityType
- DONKEY_KONG - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- DONKEY_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- DonkeyMeta - Class in net.minestom.server.entity.metadata.animal
- DonkeyMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.DonkeyMeta
- DoNothingGoal - Class in net.minestom.server.entity.ai.goal
- DoNothingGoal(EntityCreature, long, float) - Constructor for class net.minestom.server.entity.ai.goal.DoNothingGoal
-
Create a DoNothing goal
- dot(Vec) - Method in record class net.minestom.server.coordinate.Vec
-
Calculates the dot product of this vector with another.
- Double(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Double(String) - Static method in class net.minestom.server.tag.Tag
- DOUBLE_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- DoubleArrayData - Class in net.minestom.server.data.type.array
- DoubleArrayData() - Constructor for class net.minestom.server.data.type.array.DoubleArrayData
- doubleClick(Player, int) - Method in class net.minestom.server.inventory.Inventory
- doubleClick(Player, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playerdouble click in the inventory - doubleClick(Player, int) - Method in class net.minestom.server.inventory.PlayerInventory
- doubleClick(AbstractInventory, AbstractInventory, Player, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- DoubleData - Class in net.minestom.server.data.type
- DoubleData() - Constructor for class net.minestom.server.data.type.DoubleData
- DoubleRange - Class in net.minestom.server.utils.math
- DoubleRange(Double) - Constructor for class net.minestom.server.utils.math.DoubleRange
- DoubleRange(Double, Double) - Constructor for class net.minestom.server.utils.math.DoubleRange
- DOWN - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- DOWN - Enum constant in enum class net.minestom.server.utils.Direction
- downfall(float) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- drag() - Method in class net.minestom.server.registry.Registry.EntityEntry
- dragging(Player, int, int) - Method in class net.minestom.server.inventory.Inventory
- dragging(Player, int, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
- dragging(Player, int, int) - Method in class net.minestom.server.inventory.PlayerInventory
- dragging(Player, AbstractInventory, int, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- DRAGON_BREATH - Enum constant in enum class net.minestom.server.effects.Effects
- DRAGON_BREATH - Static variable in interface net.minestom.server.item.Material
- DRAGON_BREATH - Static variable in interface net.minestom.server.particle.Particle
- DRAGON_EGG - Static variable in interface net.minestom.server.instance.block.Block
- DRAGON_EGG - Static variable in interface net.minestom.server.item.Material
- DRAGON_FIREBALL - Static variable in interface net.minestom.server.entity.EntityType
- DRAGON_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- DRAGON_HEAD - Static variable in interface net.minestom.server.item.Material
- DRAGON_WALL_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- DragonFireballMeta - Class in net.minestom.server.entity.metadata.other
- DragonFireballMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.DragonFireballMeta
- DRIED_KELP - Static variable in interface net.minestom.server.item.Material
- DRIED_KELP_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DRIED_KELP_BLOCK - Static variable in interface net.minestom.server.item.Material
- DRIPPING_DRIPSTONE_LAVA - Static variable in interface net.minestom.server.particle.Particle
- DRIPPING_DRIPSTONE_WATER - Static variable in interface net.minestom.server.particle.Particle
- DRIPPING_HONEY - Static variable in interface net.minestom.server.particle.Particle
- DRIPPING_LAVA - Static variable in interface net.minestom.server.particle.Particle
- DRIPPING_OBSIDIAN_TEAR - Static variable in interface net.minestom.server.particle.Particle
- DRIPPING_WATER - Static variable in interface net.minestom.server.particle.Particle
- DRIPSTONE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- DRIPSTONE_BLOCK - Static variable in interface net.minestom.server.item.Material
- drop(Player, boolean, int, int) - Method in class net.minestom.server.inventory.Inventory
- drop(Player, boolean, int, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playerpress the drop button - drop(Player, boolean, int, int) - Method in class net.minestom.server.inventory.PlayerInventory
- drop(Player, AbstractInventory, boolean, int, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- DROP - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- DROP - Static variable in interface net.minestom.server.statistic.StatisticType
- DROP_ITEM - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- DROP_ITEM_STACK - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- dropItem(ItemStack) - Method in class net.minestom.server.entity.Player
-
Calls an
ItemDropEventwith a specified item. - DROPPED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- DROPPER - Static variable in interface net.minestom.server.instance.block.Block
- DROPPER - Static variable in interface net.minestom.server.item.Material
- DROWNED - Static variable in interface net.minestom.server.entity.EntityType
- DROWNED_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- DrownedMeta - Class in net.minestom.server.entity.metadata.monster.zombie
- DrownedMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.zombie.DrownedMeta
- DRY_RUN - Static variable in interface net.minestom.server.inventory.TransactionOption
-
Loop through the inventory items without changing anything.
- duration - Variable in class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- DUST - Static variable in interface net.minestom.server.particle.Particle
- DUST_COLOR_TRANSITION - Static variable in interface net.minestom.server.particle.Particle
- DustParticle(float, float, float, float) - Constructor for class net.minestom.server.world.biomes.BiomeParticles.DustParticle
- DyeColor - Enum Class in net.minestom.server.color
-
Color values for dyes, wool and cloth items.
- DYING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- DynamicChunk - Class in net.minestom.server.instance
-
Represents a
Chunkwhich store each individual block in memory. - DynamicChunk(Instance, Biome[], int, int) - Constructor for class net.minestom.server.instance.DynamicChunk
E
- east() - Method in class net.minestom.server.utils.block.BlockUtils
- EAST - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- EAST - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- EAST - Enum constant in enum class net.minestom.server.utils.Direction
- EASY - Enum constant in enum class net.minestom.server.world.Difficulty
- EAT - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- EAT_CAKE_SLICE - Static variable in interface net.minestom.server.statistic.StatisticType
- effect - Variable in class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- effect(FireworkEffect) - Method in class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- EFFECT - Static variable in interface net.minestom.server.particle.Particle
- effectId - Variable in class net.minestom.server.network.packet.server.play.EffectPacket
- EffectPacket - Class in net.minestom.server.network.packet.server.play
- EffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.EffectPacket
- EffectPacket(int, Point, int, boolean) - Constructor for class net.minestom.server.network.packet.server.play.EffectPacket
- effects(List<CustomPotionEffect>) - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- effects(String) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- effects(List<FireworkEffect>) - Method in class net.minestom.server.item.metadata.FireworkMeta.Builder
- effects(BiomeEffects) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- Effects - Enum Class in net.minestom.server.effects
-
Effects available in Minecraft Vanilla
- EFFICIENCY - Static variable in interface net.minestom.server.item.Enchantment
- EGG - Static variable in interface net.minestom.server.entity.EntityType
- EGG - Static variable in interface net.minestom.server.item.Material
- ELDER_GUARDIAN - Static variable in interface net.minestom.server.entity.EntityType
- ELDER_GUARDIAN - Static variable in interface net.minestom.server.particle.Particle
- ELDER_GUARDIAN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ElderGuardianMeta - Class in net.minestom.server.entity.metadata.monster
- ElderGuardianMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.ElderGuardianMeta
- ELECTRIC_SPARK - Static variable in interface net.minestom.server.particle.Particle
- element(String) - Method in class net.minestom.server.registry.Registry.Entry
- ELYTRA - Static variable in interface net.minestom.server.item.Material
- EMERALD - Enum constant in enum class net.minestom.server.map.MapColors
- EMERALD - Static variable in interface net.minestom.server.item.Material
- EMERALD_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- EMERALD_BLOCK - Static variable in interface net.minestom.server.item.Material
- EMERALD_ORE - Static variable in interface net.minestom.server.instance.block.Block
- EMERALD_ORE - Static variable in interface net.minestom.server.item.Material
- empty() - Static method in interface net.minestom.server.adventure.Localizable
-
Gets a localizable that returns
nullfor all calls toLocalizable.getLocale(). - empty() - Static method in class net.minestom.server.utils.async.AsyncUtils
- empty() - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with an empty name and a random UUID. - empty(byte[]) - Static method in class net.minestom.server.utils.ArrayUtils
- EMPTY - Enum constant in enum class net.minestom.server.fluid.Fluid
- EMPTY - Static variable in class net.minestom.server.data.Data
-
Deprecated.
- EMPTY - Static variable in interface net.minestom.server.potion.PotionType
- emptyBlockLightMask - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- emptySkyLightMask - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- enable() - Static method in class net.minestom.server.extras.bungee.BungeeCordProxy
-
Enables bungee IP forwarding.
- enable() - Static method in class net.minestom.server.extras.optifine.OptifineSupport
-
Enables optifine support by registering the required biomes.
- enable(String) - Static method in class net.minestom.server.extras.velocity.VelocityProxy
-
Enables velocity modern forwarding.
- enable(Duration) - Method in class net.minestom.server.monitoring.BenchmarkManager
- ENABLE_RESPAWN_SCREEN - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- enableAutoChunkLoad(boolean) - Method in class net.minestom.server.instance.Instance
-
When set to true, chunks will load automatically when requested.
- enableAutoChunkLoad(boolean) - Method in class net.minestom.server.instance.InstanceContainer
- enableAutoChunkLoad(boolean) - Method in class net.minestom.server.instance.SharedInstance
- enableRespawnScreen - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- ENCHANT - Static variable in interface net.minestom.server.particle.Particle
- ENCHANT_ITEM - Static variable in interface net.minestom.server.statistic.StatisticType
- ENCHANT_THORNS_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENCHANTED_BOOK - Static variable in interface net.minestom.server.item.Material
- ENCHANTED_GOLDEN_APPLE - Static variable in interface net.minestom.server.item.Material
- ENCHANTED_HIT - Static variable in interface net.minestom.server.particle.Particle
- EnchantedBookMeta - Class in net.minestom.server.item.metadata
- EnchantedBookMeta(ItemMetaBuilder, Map<Enchantment, Short>) - Constructor for class net.minestom.server.item.metadata.EnchantedBookMeta
- EnchantedBookMeta.Builder - Class in net.minestom.server.item.metadata
- ENCHANTING_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- ENCHANTING_TABLE - Static variable in interface net.minestom.server.item.Material
- enchantment(Enchantment, short) - Method in class net.minestom.server.item.ItemMetaBuilder
- enchantment(Enchantment, short) - Method in class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- enchantment(String, Map<String, Object>, Map<String, Object>) - Static method in class net.minestom.server.registry.Registry
- Enchantment - Interface in net.minestom.server.item
- Enchantment(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- ENCHANTMENT - Enum constant in enum class net.minestom.server.inventory.InventoryType
- ENCHANTMENT_TABLE_ENCH_ID_BOTTOM - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_ENCH_ID_MIDDLE - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_ENCH_ID_TOP - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_ENCH_LEVEL_BOTTOM - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_ENCH_LEVEL_MIDDLE - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_ENCH_LEVEL_TOP - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_LEVEL_REQUIREMENT_BOTTOM - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_LEVEL_REQUIREMENT_MIDDLE - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_LEVEL_REQUIREMENT_TOP - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- ENCHANTMENT_TABLE_SEED - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- enchantmentMap - Variable in class net.minestom.server.item.ItemMetaBuilder
- enchantments(Map<Enchantment, Short>) - Method in class net.minestom.server.item.ItemMetaBuilder
- enchantments(Map<Enchantment, Short>) - Method in class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- ENCHANTMENTS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- EnchantmentTableInventory - Class in net.minestom.server.inventory.type
- EnchantmentTableInventory(String) - Constructor for class net.minestom.server.inventory.type.EnchantmentTableInventory
- EnchantmentTableInventory(Component) - Constructor for class net.minestom.server.inventory.type.EnchantmentTableInventory
- EnchantmentTableInventory.EnchantmentSlot - Enum Class in net.minestom.server.inventory.type
- encode(BinaryWriter, boolean[]) - Method in class net.minestom.server.data.type.array.BooleanArrayData
- encode(BinaryWriter, byte[]) - Method in class net.minestom.server.data.type.array.ByteArrayData
- encode(BinaryWriter, char[]) - Method in class net.minestom.server.data.type.array.CharacterArrayData
- encode(BinaryWriter, double[]) - Method in class net.minestom.server.data.type.array.DoubleArrayData
- encode(BinaryWriter, float[]) - Method in class net.minestom.server.data.type.array.FloatArrayData
- encode(BinaryWriter, int[]) - Method in class net.minestom.server.data.type.array.IntegerArrayData
- encode(BinaryWriter, long[]) - Method in class net.minestom.server.data.type.array.LongArrayData
- encode(BinaryWriter, short[]) - Method in class net.minestom.server.data.type.array.ShortArrayData
- encode(BinaryWriter, Boolean) - Method in class net.minestom.server.data.type.BooleanData
- encode(BinaryWriter, Byte) - Method in class net.minestom.server.data.type.ByteData
- encode(BinaryWriter, Character) - Method in class net.minestom.server.data.type.CharacterData
- encode(BinaryWriter, Double) - Method in class net.minestom.server.data.type.DoubleData
- encode(BinaryWriter, Float) - Method in class net.minestom.server.data.type.FloatData
- encode(BinaryWriter, Integer) - Method in class net.minestom.server.data.type.IntegerData
- encode(BinaryWriter, Long) - Method in class net.minestom.server.data.type.LongData
- encode(BinaryWriter, Short) - Method in class net.minestom.server.data.type.ShortData
- encode(BinaryWriter, String) - Method in class net.minestom.server.data.type.StringData
- encode(BinaryWriter, String[]) - Method in class net.minestom.server.data.type.array.StringArrayData
- encode(BinaryWriter, UUID) - Method in class net.minestom.server.data.type.UuidType
- encode(BinaryWriter, SerializableData) - Method in class net.minestom.server.data.type.SerializableDataData
- encode(BinaryWriter, Inventory) - Method in class net.minestom.server.data.type.InventoryData
- encode(BinaryWriter, ItemStack) - Method in class net.minestom.server.data.type.ItemStackData
- encode(BinaryWriter, ItemStack[]) - Method in class net.minestom.server.data.type.array.ItemStackArrayData
- encode(BinaryWriter, T) - Method in class net.minestom.server.data.DataType
-
Deprecated.Encodes the data type.
- encodeBlocks(int[], int) - Static method in class net.minestom.server.utils.Utils
- encodeByteArray(BinaryWriter, byte[]) - Static method in class net.minestom.server.data.type.array.ByteArrayData
- EncryptionRequestPacket - Class in net.minestom.server.network.packet.server.login
- EncryptionRequestPacket(PlayerSocketConnection) - Constructor for class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- EncryptionResponsePacket - Class in net.minestom.server.network.packet.client.login
- EncryptionResponsePacket() - Constructor for class net.minestom.server.network.packet.client.login.EncryptionResponsePacket
- end() - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- end() - Method in class net.minestom.server.entity.ai.goal.DoNothingGoal
- end() - Method in class net.minestom.server.entity.ai.goal.FollowTargetGoal
- end() - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- end() - Method in class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- end() - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- end() - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- end() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Ends this
GoalSelector. - END_COMBAT_EVENT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- END_CRYSTAL - Static variable in interface net.minestom.server.entity.EntityType
- END_CRYSTAL - Static variable in interface net.minestom.server.item.Material
- END_GATEWAY - Static variable in interface net.minestom.server.instance.block.Block
- END_GATEWAY_SPAWN - Enum constant in enum class net.minestom.server.effects.Effects
- END_LEFT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- END_PORTAL - Static variable in interface net.minestom.server.instance.block.Block
- END_PORTAL_FRAME - Static variable in interface net.minestom.server.instance.block.Block
- END_PORTAL_FRAME - Static variable in interface net.minestom.server.item.Material
- END_RAINING - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- END_RIGHT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- END_ROD - Static variable in interface net.minestom.server.instance.block.Block
- END_ROD - Static variable in interface net.minestom.server.item.Material
- END_ROD - Static variable in interface net.minestom.server.particle.Particle
- END_STONE - Static variable in interface net.minestom.server.instance.block.Block
- END_STONE - Static variable in interface net.minestom.server.item.Material
- END_STONE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- END_STONE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- END_STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- END_STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- END_STONE_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- END_STONE_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- END_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- END_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- EndCombatEventPacket - Class in net.minestom.server.network.packet.server.play
- EndCombatEventPacket() - Constructor for class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- EndCrystalMeta - Class in net.minestom.server.entity.metadata.other
- EndCrystalMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.EndCrystalMeta
- ENDER_CHEST - Static variable in interface net.minestom.server.instance.block.Block
- ENDER_CHEST - Static variable in interface net.minestom.server.item.Material
- ENDER_DRAGON - Static variable in interface net.minestom.server.entity.EntityType
- ENDER_DRAGON_DEATH - Enum constant in enum class net.minestom.server.effects.Effects
- ENDER_EYE - Static variable in interface net.minestom.server.item.Material
- ENDER_EYE_LAUNCHED - Enum constant in enum class net.minestom.server.effects.Effects
- ENDER_PEARL - Static variable in interface net.minestom.server.entity.EntityType
- ENDER_PEARL - Static variable in interface net.minestom.server.item.Material
- ENDERDRAGON_GROWL - Enum constant in enum class net.minestom.server.effects.Effects
- ENDERDRAGON_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- EnderDragonMeta - Class in net.minestom.server.entity.metadata.other
- EnderDragonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.EnderDragonMeta
- EnderDragonMeta.Phase - Enum Class in net.minestom.server.entity.metadata.other
- ENDERMAN - Static variable in interface net.minestom.server.entity.EntityType
- ENDERMAN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- EndermanMeta - Class in net.minestom.server.entity.metadata.monster
- EndermanMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.EndermanMeta
- ENDERMITE - Static variable in interface net.minestom.server.entity.EntityType
- ENDERMITE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- EndermiteMeta - Class in net.minestom.server.entity.metadata.monster
- EndermiteMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.EndermiteMeta
- ensureSize(int) - Method in class net.minestom.server.utils.binary.BinaryWriter
- ENTER_COMBAT_EVENT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- EnterCombatEventPacket - Class in net.minestom.server.network.packet.server.play
- EnterCombatEventPacket() - Constructor for class net.minestom.server.network.packet.server.play.EnterCombatEventPacket
- entities - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
An array with all entities in the team
- entities() - Method in interface net.minestom.server.instance.EntityTracker
- entities() - Method in class net.minestom.server.thread.ThreadDispatcher.ChunkEntry
- entities(EntityTracker.Target<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets all the entities tracked by this class.
- Entities(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
-
Deprecated.
- ENTITIES - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- ENTITIES - Static variable in interface net.minestom.server.instance.EntityTracker.Target
- entity - Variable in class net.minestom.server.entity.metadata.EntityMeta
- entity(String, Map<String, Object>, Map<String, Object>) - Static method in class net.minestom.server.registry.Registry
- Entity - Class in net.minestom.server.entity
-
Could be a player, a monster, or an object.
- Entity(EntityType) - Constructor for class net.minestom.server.entity.Entity
- Entity(EntityType, UUID) - Constructor for class net.minestom.server.entity.Entity
- Entity(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- ENTITY - Static variable in interface net.minestom.server.event.EventFilter
- ENTITY_ANIMATION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_ARMOR_STAND_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARMOR_STAND_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARMOR_STAND_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARMOR_STAND_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARROW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARROW_HIT_PLAYER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ARROW_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_IDLE_AIR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_IDLE_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_AXOLOTL_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BAT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BAT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BAT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BAT_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BAT_TAKEOFF - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_LOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_LOOP_AGGRESSIVE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_POLLINATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BEE_STING - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BLAZE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BLAZE_BURN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BLAZE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BLAZE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BLAZE_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BOAT_PADDLE_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_BOAT_PADDLE_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_BEG_FOR_FOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_HISS - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_PURR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_PURREOW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CAT_STRAY_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CHICKEN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CHICKEN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CHICKEN_EGG - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CHICKEN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CHICKEN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COD_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COD_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COD_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COD_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COW_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COW_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COW_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COW_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_COW_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CREEPER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CREEPER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_CREEPER_PRIMED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_AMBIENT_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_PLAY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DOLPHIN_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_CHEST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DONKEY_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DRAGON_FIREBALL_EXPLODE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_AMBIENT_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_DEATH_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_HURT_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_DROWNED_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_EFFECT - Static variable in interface net.minestom.server.particle.Particle
- ENTITY_EGG_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_AMBIENT_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_CURSE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_DEATH_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ELDER_GUARDIAN_HURT_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_FLAP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_GROWL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_DRAGON_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_EYE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_EYE_LAUNCH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDER_PEARL_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_SCREAM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_STARE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMAN_TELEPORT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMITE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMITE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMITE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ENDERMITE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EQUIPMENT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_EVOKER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_CAST_SPELL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_FANGS_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_PREPARE_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_PREPARE_SUMMON - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EVOKER_PREPARE_WOLOLO - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EXPERIENCE_BOTTLE_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_EXPERIENCE_ORB_PICKUP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_BLAST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_BLAST_FAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_LARGE_BLAST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_LAUNCH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_TWINKLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FIREWORK_ROCKET_TWINKLE_FAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FISH_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FISHING_BOBBER_RETRIEVE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FISHING_BOBBER_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FISHING_BOBBER_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_AGGRO - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_BITE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_SCREECH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_SLEEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_SNIFF - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_SPIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_FOX_TELEPORT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_BIG_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_BURN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_DRINK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_EXPLODE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_EXTINGUISH_FIRE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_SMALL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GENERIC_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_SCREAM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GHAST_WARN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_ITEM_FRAME_ADD_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_ITEM_FRAME_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_ITEM_FRAME_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_SQUID_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_SQUID_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_SQUID_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GLOW_SQUID_SQUIRT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_LONG_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_PREPARE_RAM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_RAM_IMPACT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_LONG_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_PREPARE_RAM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_SCREAMING_RAM_IMPACT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GOAT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_AMBIENT_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_DEATH_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_GUARDIAN_HURT_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HEAD_LOOK - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_HOGLIN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_RETREAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOGLIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_ARMOR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_BREATHE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_GALLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_SADDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HORSE_STEP_WOOD - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_BIG_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_SMALL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HOSTILE_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HUSK_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HUSK_CONVERTED_TO_ZOMBIE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HUSK_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HUSK_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_HUSK_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_CAST_SPELL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_MIRROR_MOVE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_PREPARE_BLINDNESS - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ILLUSIONER_PREPARE_MIRROR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_DAMAGE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_REPAIR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_IRON_GOLEM_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_FRAME_ADD_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_FRAME_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_FRAME_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_FRAME_REMOVE_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_FRAME_ROTATE_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ITEM_PICKUP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LEASH_KNOT_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LEASH_KNOT_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LIGHTNING_BOLT_IMPACT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LIGHTNING_BOLT_THUNDER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LINGERING_POTION_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_CHEST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_SPIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_LLAMA_SWAG - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_DEATH_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_HURT_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_SQUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MAGMA_CUBE_SQUISH_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_METADATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_MINECART_INSIDE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MINECART_INSIDE_UNDERWATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MINECART_RIDING - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MOOSHROOM_CONVERT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MOOSHROOM_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MOOSHROOM_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MOOSHROOM_SHEAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MOOSHROOM_SUSPICIOUS_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_CHEST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_MULE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_OCELOT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_OCELOT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_OCELOT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PAINTING_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PAINTING_PLACE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_AGGRESSIVE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_BITE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_CANT_BREED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_PRE_SNEEZE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_SNEEZE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PANDA_WORRIED_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_FLY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_BLAZE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_CREEPER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_DROWNED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ELDER_GUARDIAN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ENDER_DRAGON - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ENDERMITE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_EVOKER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_GHAST - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_GUARDIAN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_HOGLIN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_HUSK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ILLUSIONER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_MAGMA_CUBE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_PHANTOM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_PIGLIN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_PIGLIN_BRUTE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_PILLAGER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_RAVAGER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_SHULKER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_SILVERFISH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_SKELETON - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_SLIME - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_SPIDER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_STRAY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_VEX - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_VINDICATOR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_WITCH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_WITHER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_WITHER_SKELETON - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ZOGLIN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ZOMBIE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PARROT_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_BITE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_FLAP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PHANTOM_SWOOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIG_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIG_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIG_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIG_SADDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIG_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_ADMIRING_ITEM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_BRUTE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_JEALOUS - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_RETREAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PIGLIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PILLAGER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PILLAGER_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PILLAGER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PILLAGER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_CRIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_KNOCKBACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_NODAMAGE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_STRONG - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_SWEEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_ATTACK_WEAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_BIG_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_BREATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_BURP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_HURT_DROWN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_HURT_FREEZE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_HURT_ON_FIRE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_LEVELUP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_SMALL_FALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_SPLASH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_SPLASH_HIGH_SPEED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PLAYER_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_AMBIENT_BABY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POLAR_BEAR_WARNING - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_POSITION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_POSITION_AND_ROTATION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_PROPERTIES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_PUFFER_FISH_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_BLOW_OUT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_BLOW_UP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_PUFFER_FISH_STING - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RABBIT_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RABBIT_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RABBIT_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RABBIT_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RABBIT_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_ROAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_RAVAGER_STUNNED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ROTATION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_SALMON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SALMON_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SALMON_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SALMON_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHEEP_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHEEP_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHEEP_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHEEP_SHEAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHEEP_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_BULLET_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_BULLET_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_CLOSE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_HURT_CLOSED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_OPEN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SHULKER_TELEPORT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SILVERFISH_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SILVERFISH_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SILVERFISH_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SILVERFISH_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_CONVERTED_TO_STRAY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_AMBIENT_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_GALLOP_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_JUMP_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_STEP_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HORSE_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SKELETON_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_DEATH_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_HURT_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_JUMP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_JUMP_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_SQUISH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SLIME_SQUISH_SMALL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOW_GOLEM_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOW_GOLEM_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOW_GOLEM_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOW_GOLEM_SHEAR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOW_GOLEM_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SNOWBALL_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SOUND_EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_SPIDER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SPIDER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SPIDER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SPIDER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SPLASH_POTION_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SPLASH_POTION_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SQUID_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SQUID_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SQUID_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_SQUID_SQUIRT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STATUS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_STRAY_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRAY_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRAY_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRAY_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_EAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_HAPPY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_RETREAT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_SADDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_STRIDER_STEP_LAVA - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TELEPORT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_TICK - Static variable in class net.minestom.server.event.GlobalHandles
- ENTITY_TNT_PRIMED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TROPICAL_FISH_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TROPICAL_FISH_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TROPICAL_FISH_FLOP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TROPICAL_FISH_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_AMBIENT_LAND - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_DEATH_BABY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_EGG_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_EGG_CRACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_EGG_HATCH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_HURT_BABY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_LAY_EGG - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_SHAMBLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_SHAMBLE_BABY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TURTLE_SWIM - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_TYPE_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- ENTITY_TYPES - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- ENTITY_VELOCITY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ENTITY_VEX_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VEX_CHARGE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VEX_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VEX_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_NO - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_TRADE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_ARMORER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_BUTCHER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_CARTOGRAPHER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_CLERIC - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_FARMER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_FISHERMAN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_FLETCHER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_LEATHERWORKER - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_LIBRARIAN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_MASON - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_SHEPHERD - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_TOOLSMITH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_WORK_WEAPONSMITH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VILLAGER_YES - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VINDICATOR_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VINDICATOR_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VINDICATOR_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_VINDICATOR_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_DISAPPEARED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_DRINK_MILK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_DRINK_POTION - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_NO - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_REAPPEARED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_TRADE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WANDERING_TRADER_YES - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_CELEBRATE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_DRINK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITCH_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_BREAK_BLOCK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SKELETON_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SKELETON_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SKELETON_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SKELETON_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WITHER_SPAWN - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_GROWL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_HOWL - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_PANT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_SHAKE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_WOLF_WHINE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_ATTACK - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOGLIN_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_ATTACK_IRON_DOOR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_BREAK_WOODEN_DOOR - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_CONVERTED_TO_DROWNED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_DESTROY_EGG - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_HORSE_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_HORSE_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_HORSE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_INFECT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_CONVERTED - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_CURE - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIE_VILLAGER_STEP - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIFIED_PIGLIN_AMBIENT - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIFIED_PIGLIN_ANGRY - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIFIED_PIGLIN_DEATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ENTITY_ZOMBIFIED_PIGLIN_HURT - Static variable in interface net.minestom.server.sound.SoundEvent
- Entity.Pose - Enum Class in net.minestom.server.entity
- EntityActionListener - Class in net.minestom.server.listener
- EntityActionListener() - Constructor for class net.minestom.server.listener.EntityActionListener
- EntityAI - Interface in net.minestom.server.entity.ai
-
Represents an entity which can contain
goal selectorsandtarget selectors. - EntityAIGroup - Class in net.minestom.server.entity.ai
-
Represents a group of entity's AI.
- EntityAIGroup() - Constructor for class net.minestom.server.entity.ai.EntityAIGroup
- EntityAIGroupBuilder - Class in net.minestom.server.entity.ai
- EntityAIGroupBuilder() - Constructor for class net.minestom.server.entity.ai.EntityAIGroupBuilder
- EntityAnimationPacket - Class in net.minestom.server.network.packet.server.play
- EntityAnimationPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- EntityAnimationPacket(int, EntityAnimationPacket.Animation) - Constructor for class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- EntityAnimationPacket.Animation - Enum Class in net.minestom.server.network.packet.server.play
- EntityAttackEvent - Class in net.minestom.server.event.entity
-
Called when a player does a left click on an entity or with
EntityCreature.attack(Entity). - EntityAttackEvent(Entity, Entity) - Constructor for class net.minestom.server.event.entity.EntityAttackEvent
- entityCreature - Variable in class net.minestom.server.entity.ai.GoalSelector
- entityCreature - Variable in class net.minestom.server.entity.ai.TargetSelector
- EntityCreature - Class in net.minestom.server.entity
- EntityCreature(EntityType) - Constructor for class net.minestom.server.entity.EntityCreature
- EntityCreature(EntityType, UUID) - Constructor for class net.minestom.server.entity.EntityCreature
-
Constructor which allows to specify an UUID.
- EntityDamage - Class in net.minestom.server.entity.damage
-
Represents damage inflicted by an
Entity. - EntityDamage(Entity) - Constructor for class net.minestom.server.entity.damage.EntityDamage
- EntityDamageEvent - Class in net.minestom.server.event.entity
-
Called with
LivingEntity.damage(DamageType, float). - EntityDamageEvent(LivingEntity, DamageType, float) - Constructor for class net.minestom.server.event.entity.EntityDamageEvent
- EntityDeathEvent - Class in net.minestom.server.event.entity
- EntityDeathEvent(Entity) - Constructor for class net.minestom.server.event.entity.EntityDeathEvent
- EntityEffectPacket - Class in net.minestom.server.network.packet.server.play
- EntityEffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityEffectPacket
- EntityEquipEvent - Class in net.minestom.server.event.item
- EntityEquipEvent(Entity, ItemStack, EquipmentSlot) - Constructor for class net.minestom.server.event.item.EntityEquipEvent
- EntityEquipmentPacket - Class in net.minestom.server.network.packet.server.play
- EntityEquipmentPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- EntityEvent - Interface in net.minestom.server.event.trait
-
Represents any event called on an
Entity. - entityFacePosition - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- EntityFinder - Class in net.minestom.server.utils.entity
-
Represents a query which can be call to find one or multiple entities.
- EntityFinder() - Constructor for class net.minestom.server.utils.entity.EntityFinder
- EntityFinder.EntitySort - Enum Class in net.minestom.server.utils.entity
- EntityFinder.TargetSelector - Enum Class in net.minestom.server.utils.entity
- EntityFinder.ToggleableType - Enum Class in net.minestom.server.utils.entity
- EntityFireEvent - Class in net.minestom.server.event.entity
- EntityFireEvent(Entity, int, TemporalUnit) - Constructor for class net.minestom.server.event.entity.EntityFireEvent
- EntityFireEvent(Entity, Duration) - Constructor for class net.minestom.server.event.entity.EntityFireEvent
- EntityHeadLookPacket - Class in net.minestom.server.network.packet.server.play
- EntityHeadLookPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- EntityHeadLookPacket(int, float) - Constructor for class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- entityId - Variable in class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- entityId - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityEffectPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityStatusPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- entityId - Variable in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- entityIds - Variable in class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- EntityInstanceEvent - Interface in net.minestom.server.event.trait
-
Represents an
EntityEventwhich happen inEntity.getInstance(). - EntityItemMergeEvent - Class in net.minestom.server.event.entity
-
Called when two
ItemEntityare merging theirItemStacktogether to form a sole entity. - EntityItemMergeEvent(ItemEntity, ItemEntity, ItemStack) - Constructor for class net.minestom.server.event.entity.EntityItemMergeEvent
- entityMeta - Variable in class net.minestom.server.entity.Entity
- EntityMeta - Class in net.minestom.server.entity.metadata
- EntityMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.EntityMeta
- EntityMetaDataPacket - Class in net.minestom.server.network.packet.server.play
- EntityMetaDataPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- EntityMetaDataPacket(int, Collection<Metadata.Entry<?>>) - Constructor for class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- entityName - Variable in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- EntityPositionAndRotationPacket - Class in net.minestom.server.network.packet.server.play
- EntityPositionAndRotationPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- EntityPositionPacket - Class in net.minestom.server.network.packet.server.play
- EntityPositionPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityPositionPacket
- EntityPotionAddEvent - Class in net.minestom.server.event.entity
- EntityPotionAddEvent(Entity, Potion) - Constructor for class net.minestom.server.event.entity.EntityPotionAddEvent
- EntityPotionRemoveEvent - Class in net.minestom.server.event.entity
- EntityPotionRemoveEvent(Entity, Potion) - Constructor for class net.minestom.server.event.entity.EntityPotionRemoveEvent
- EntityProjectile - Class in net.minestom.server.entity
-
Class that allows to instantiate entities with projectile-like physics handling.
- EntityProjectile(Entity, EntityType) - Constructor for class net.minestom.server.entity.EntityProjectile
- EntityProjectileDamage - Class in net.minestom.server.entity.damage
-
Represents damage inflicted by an entity, via a projectile.
- EntityProjectileDamage(Entity, Entity) - Constructor for class net.minestom.server.entity.damage.EntityProjectileDamage
- EntityPropertiesPacket - Class in net.minestom.server.network.packet.server.play
- EntityPropertiesPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- EntityPropertiesPacket.Property - Class in net.minestom.server.network.packet.server.play
- EntityRotationPacket - Class in net.minestom.server.network.packet.server.play
- EntityRotationPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityRotationPacket
- EntityRotationPacket(int, float, float, boolean) - Constructor for class net.minestom.server.network.packet.server.play.EntityRotationPacket
- EntityShootEvent - Class in net.minestom.server.event.entity
-
Called with
EntityProjectile.shoot(Point, double, double) - EntityShootEvent(Entity, Entity, Point, double, double) - Constructor for class net.minestom.server.event.entity.EntityShootEvent
- EntitySoundEffectPacket - Class in net.minestom.server.network.packet.server.play
- EntitySoundEffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- EntitySpawnEvent - Class in net.minestom.server.event.entity
-
Called when a new instance is set for an entity.
- EntitySpawnEvent(Entity, Instance) - Constructor for class net.minestom.server.event.entity.EntitySpawnEvent
- EntitySpawnType - Enum Class in net.minestom.server.entity
- EntityStatusPacket - Class in net.minestom.server.network.packet.server.play
- EntityStatusPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityStatusPacket
- EntityStatusPacket(int, byte) - Constructor for class net.minestom.server.network.packet.server.play.EntityStatusPacket
- EntityTeleportPacket - Class in net.minestom.server.network.packet.server.play
- EntityTeleportPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- EntityTeleportPacket(int, Pos, boolean) - Constructor for class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- EntityTickEvent - Class in net.minestom.server.event.entity
-
Called when an entity ticks itself.
- EntityTickEvent(Entity) - Constructor for class net.minestom.server.event.entity.EntityTickEvent
- EntityTracker - Interface in net.minestom.server.instance
- EntityTracker.Query<E extends Entity> - Interface in net.minestom.server.instance
-
Query entities.
- EntityTracker.Target<E extends Entity> - Interface in net.minestom.server.instance
-
Represents the type of entity you want to retrieve.
- EntityTracker.Update<E extends Entity> - Interface in net.minestom.server.instance
-
Callback to know the newly visible entities and those to remove.
- entityType - Variable in class net.minestom.server.entity.Entity
- entityType - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- entityType(EntityType) - Method in class net.minestom.server.item.metadata.SpawnEggMeta.Builder
- EntityType - Interface in net.minestom.server.entity
- EntityType(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- EntityUtils - Class in net.minestom.server.utils.entity
- entityUuid - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- entityUuid - Variable in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- EntityValidator - Interface in net.minestom.server.utils.callback.validator
- EntityVelocityEvent - Class in net.minestom.server.event.entity
-
Called when a velocity is applied to an entity using
Entity.setVelocity(Vec). - EntityVelocityEvent(Entity, Vec) - Constructor for class net.minestom.server.event.entity.EntityVelocityEvent
- EntityVelocityPacket - Class in net.minestom.server.network.packet.server.play
- EntityVelocityPacket() - Constructor for class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- EntityVelocityPacket(int, short, short, short) - Constructor for class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- EntityVelocityPacket(int, Point) - Constructor for class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- entries - Variable in class net.minestom.server.instance.DynamicChunk
- entries - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- entries - Variable in class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- entries() - Method in class net.minestom.server.thread.TickThread
- Entry(byte, Metadata.Value<T>) - Constructor for class net.minestom.server.entity.Metadata.Entry
- Entry(BinaryReader) - Constructor for class net.minestom.server.entity.Metadata.Entry
- entrySet() - Method in class net.minestom.server.utils.NamespaceIDHashMap
- Enum(String, Class<E>) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- EPSILON - Static variable in record class net.minestom.server.coordinate.Vec
- EPSILON - Static variable in interface net.minestom.server.coordinate.Vec.Operator
-
Checks each axis' value, if it's below
Vec#EPSILONthen it gets replaced with0 - equals(Object) - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.minestom.server.color.Color
- equals(Object) - Method in class net.minestom.server.command.builder.arguments.Argument
- equals(Object) - Method in record class net.minestom.server.coordinate.Pos
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.minestom.server.coordinate.Vec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- equals(Object) - Method in record class net.minestom.server.entity.PlayerSkin
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.minestom.server.item.firework.FireworkEffect
- equals(Object) - Method in class net.minestom.server.item.ItemMeta
- equals(Object) - Method in class net.minestom.server.item.ItemStack
- equals(Object) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- equals(Object) - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.minestom.server.permission.Permission
- equals(Object) - Method in class net.minestom.server.potion.CustomPotionEffect
- equals(Object) - Method in class net.minestom.server.thread.ThreadDispatcher.ChunkEntry
- equals(Object) - Method in class net.minestom.server.timer.Task
- equals(Object) - Method in record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.minestom.server.utils.NamespaceID
- equals(Object) - Method in class net.minestom.server.world.DimensionType
- equals(Block) - Method in class net.minestom.server.utils.block.BlockUtils
- EquipmentHandler - Interface in net.minestom.server.inventory
- equipmentSlot() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- EquipmentSlot - Enum Class in net.minestom.server.entity
- event(String, EventFilter<E, V>, Predicate<E>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type which passes the provided condition.
- Event - Interface in net.minestom.server.event
-
Event which can be listened to by an
EventNodeusingEventNode.addListener(EventListener). - EVENT_RAID_HORN - Static variable in interface net.minestom.server.sound.SoundEvent
- EventBinding<E extends Event> - Interface in net.minestom.server.event
- EventBinding.FilteredBuilder<E extends Event,
T> - Class in net.minestom.server.event - EventCallback<E extends Event> - Interface in net.minestom.server.event
- eventCallDelay(Duration) - Method in class net.minestom.server.extras.lan.OpenToLANConfig
-
Sets the delay between calls of
ServerListPingEvent. - EventDispatcher - Class in net.minestom.server.event
- EventDispatcher() - Constructor for class net.minestom.server.event.EventDispatcher
- EventFilter<E extends Event,
H> - Interface in net.minestom.server.event -
Represents a filter for a specific
Eventtype. - EventHandler<T extends Event> - Interface in net.minestom.server.event.handler
-
Deprecated.
- EventListener<T extends Event> - Interface in net.minestom.server.event
-
Represents an event listener (handler) in an event graph.
- EventListener.Builder<T extends Event> - Class in net.minestom.server.event
- EventListener.Result - Enum Class in net.minestom.server.event
- EventNode<T extends Event> - Interface in net.minestom.server.event
-
Represents a single node in an event graph.
- eventType() - Method in interface net.minestom.server.event.EventFilter
-
The event type to filter on.
- eventType() - Method in interface net.minestom.server.event.EventListener
- eventTypes() - Method in interface net.minestom.server.event.EventBinding
- EVOKER - Static variable in interface net.minestom.server.entity.EntityType
- EVOKER_FANGS - Static variable in interface net.minestom.server.entity.EntityType
- EVOKER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- EvokerFangsMeta - Class in net.minestom.server.entity.metadata.other
- EvokerFangsMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.EvokerFangsMeta
- EvokerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- EvokerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.EvokerMeta
- EXCEPTION - Enum constant in enum class net.minestom.server.event.EventListener.Result
- ExceptionHandler - Interface in net.minestom.server.exception
-
Used when you want to implement your own exception handling, instead of just printing the stack trace.
- ExceptionManager - Class in net.minestom.server.exception
-
Manages the handling of exceptions.
- ExceptionManager() - Constructor for class net.minestom.server.exception.ExceptionManager
- EXCLUDE - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.ToggleableType
- execute(Runnable) - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- execute(CommandSender) - Method in class net.minestom.server.command.builder.ParsedCommand
-
Executes the command for the given source.
- execute(CommandSender, String) - Method in class net.minestom.server.command.builder.CommandDispatcher
-
Checks if the command exists, and execute it.
- execute(CommandSender, String) - Method in class net.minestom.server.command.CommandManager
-
Executes a command for a
CommandSender. - execute(Runnable) - Static method in class net.minestom.server.utils.callback.OptionalCallback
-
Executes an optional
Runnable. - execute(ChunkCallback, Chunk) - Static method in class net.minestom.server.utils.callback.OptionalCallback
-
Executes an optional
ChunkCallback. - executeServerCommand(String) - Method in class net.minestom.server.command.CommandManager
-
Executes the command using a
ServerSender. - executor - Variable in class net.minestom.server.command.builder.ParsedCommand
- exists(String) - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Gets if the location exists.
- exists(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Checks if the given name a registry name of a registered
Team - exists(Team) - Method in class net.minestom.server.scoreboard.TeamManager
-
Checks if the given
Teamregistered - exp - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- expand(double, double, double) - Method in class net.minestom.server.collision.BoundingBox
-
Creates a new
BoundingBoxlinked to the sameEntitywith expanded size. - expandedBoundingBox - Variable in class net.minestom.server.entity.LivingEntity
- expCount - Variable in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- experience - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- EXPERIENCE_BOTTLE - Static variable in interface net.minestom.server.entity.EntityType
- EXPERIENCE_BOTTLE - Static variable in interface net.minestom.server.item.Material
- EXPERIENCE_ORB - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- EXPERIENCE_ORB - Static variable in interface net.minestom.server.entity.EntityType
- EXPERIENCE_ORBS - Static variable in interface net.minestom.server.instance.EntityTracker.Target
- ExperienceOrb - Class in net.minestom.server.entity
- ExperienceOrb(short) - Constructor for class net.minestom.server.entity.ExperienceOrb
- ExperienceOrbMeta - Class in net.minestom.server.entity.metadata.other
- ExperienceOrbMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.ExperienceOrbMeta
- experiencePickupCooldown - Variable in class net.minestom.server.entity.Player
- EXPERT - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- expireCount(int) - Method in class net.minestom.server.event.EventListener.Builder
-
Removes this listener after it has been executed the given number of times.
- EXPIRED - Enum constant in enum class net.minestom.server.event.EventListener.Result
- expireWhen(Predicate<T>) - Method in class net.minestom.server.event.EventListener.Builder
-
Expires this listener when it passes the given condition.
- explode(float, float, float, float) - Method in class net.minestom.server.instance.Instance
-
Creates an explosion at the given position with the given strength.
- explode(float, float, float, float, Data) - Method in class net.minestom.server.instance.Instance
-
Creates an explosion at the given position with the given strength.
- Explosion - Class in net.minestom.server.instance
-
Abstract explosion.
- Explosion(float, float, float, float) - Constructor for class net.minestom.server.instance.Explosion
- EXPLOSION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- EXPLOSION - Static variable in interface net.minestom.server.particle.Particle
- EXPLOSION_EMITTER - Static variable in interface net.minestom.server.particle.Particle
- ExplosionPacket - Class in net.minestom.server.network.packet.server.play
- ExplosionPacket() - Constructor for class net.minestom.server.network.packet.server.play.ExplosionPacket
- explosionResistance() - Method in class net.minestom.server.registry.Registry.BlockEntry
- ExplosionSupplier - Interface in net.minestom.server.instance
- EXPOSED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- EXPOSED_COPPER - Static variable in interface net.minestom.server.item.Material
- EXPOSED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- EXPOSED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- EXPOSED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- EXPOSED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- EXPOSED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- EXPOSED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- Extension - Class in net.minestom.server.extensions
- Extension() - Constructor for class net.minestom.server.extensions.Extension
- ExtensionDependencyResolver - Class in net.minestom.server.extensions
-
Does NOT relocate extensions
- ExtensionDependencyResolver(List<DiscoveredExtension>) - Constructor for class net.minestom.server.extensions.ExtensionDependencyResolver
- ExtensionManager - Class in net.minestom.server.extensions
- ExtensionManager() - Constructor for class net.minestom.server.extensions.ExtensionManager
- ExternalDependencies() - Constructor for class net.minestom.server.extensions.DiscoveredExtension.ExternalDependencies
- extractBytes(Runnable) - Method in class net.minestom.server.utils.binary.BinaryReader
-
Records the current position, runs the given Runnable, and then returns the bytes between the position before running the runnable and the position after.
- EXTREME_HILLS - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- EYE - Enum constant in enum class net.minestom.server.entity.Player.FacePoint
- EYE_OF_ENDER - Static variable in interface net.minestom.server.entity.EntityType
- EYE_OF_ENDER_ENTITY_BREAK_ANIMATION - Enum constant in enum class net.minestom.server.effects.Effects
- EyeOfEnderMeta - Class in net.minestom.server.entity.metadata.item
- EyeOfEnderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.EyeOfEnderMeta
- EYES - Enum constant in enum class net.minestom.server.network.packet.server.play.FacePlayerPacket.FacePosition
F
- FACE_PLAYER - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- FacePlayerPacket - Class in net.minestom.server.network.packet.server.play
- FacePlayerPacket() - Constructor for class net.minestom.server.network.packet.server.play.FacePlayerPacket
- FacePlayerPacket.FacePosition - Enum Class in net.minestom.server.network.packet.server.play
- facePosition - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- facePosition(Player.FacePoint, Point) - Method in class net.minestom.server.entity.Player
-
Rotates the player to face
targetPosition. - facePosition(Player.FacePoint, Entity, Player.FacePoint) - Method in class net.minestom.server.entity.Player
-
Rotates the player to face
entity. - fadeIn - Variable in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- fadeOut - Variable in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- fail(String) - Static method in class net.minestom.server.utils.validate.Check
- FAILED_DOWNLOAD - Enum constant in enum class net.minestom.server.resourcepack.ResourcePackStatus
- FakePlayer - Class in net.minestom.server.entity.fakeplayer
-
A fake player will behave exactly the same way as would do a
Playerbacked by a socket connection (events, velocity, gravity, player list, etc...) with the exception that you need to control it server-side using aFakePlayerController(seeFakePlayer.getController()). - FakePlayer(UUID, String, FakePlayerOption, Consumer<FakePlayer>) - Constructor for class net.minestom.server.entity.fakeplayer.FakePlayer
- FakePlayerConnection - Class in net.minestom.server.network.player
- FakePlayerConnection() - Constructor for class net.minestom.server.network.player.FakePlayerConnection
- FakePlayerController - Class in net.minestom.server.entity.fakeplayer
-
This class acts as a client controller for
FakePlayer. - FakePlayerController(FakePlayer) - Constructor for class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Initializes a new
FakePlayerControllerwith the givenFakePlayer. - FakePlayerOption - Class in net.minestom.server.entity.fakeplayer
-
Represents any options for a
FakePlayer. - FakePlayerOption() - Constructor for class net.minestom.server.entity.fakeplayer.FakePlayerOption
- FALL_FLYING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- FALL_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- FALLING_BLOCK - Static variable in interface net.minestom.server.entity.EntityType
- FALLING_DRIPSTONE_LAVA - Static variable in interface net.minestom.server.particle.Particle
- FALLING_DRIPSTONE_WATER - Static variable in interface net.minestom.server.particle.Particle
- FALLING_DUST - Static variable in interface net.minestom.server.particle.Particle
- FALLING_HONEY - Static variable in interface net.minestom.server.particle.Particle
- FALLING_LAVA - Static variable in interface net.minestom.server.particle.Particle
- FALLING_NECTAR - Static variable in interface net.minestom.server.particle.Particle
- FALLING_OBSIDIAN_TEAR - Static variable in interface net.minestom.server.particle.Particle
- FALLING_SPORE_BLOSSOM - Static variable in interface net.minestom.server.particle.Particle
- FALLING_WATER - Static variable in interface net.minestom.server.particle.Particle
- FallingBlockMeta - Class in net.minestom.server.entity.metadata.other
- FallingBlockMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.FallingBlockMeta
- FARMER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- FARMLAND - Static variable in interface net.minestom.server.instance.block.Block
- FARMLAND - Static variable in interface net.minestom.server.item.Material
- FEATHER - Static variable in interface net.minestom.server.item.Material
- FEATHER_FALLING - Static variable in interface net.minestom.server.item.Enchantment
- FEET - Enum constant in enum class net.minestom.server.entity.Player.FacePoint
- FEET - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- FEET - Enum constant in enum class net.minestom.server.network.packet.server.play.FacePlayerPacket.FacePosition
- FENCE_GATE_CLOSED - Enum constant in enum class net.minestom.server.effects.Effects
- FENCE_GATE_OPENED - Enum constant in enum class net.minestom.server.effects.Effects
- FERMENTED_SPIDER_EYE - Static variable in interface net.minestom.server.item.Material
- FERN - Static variable in interface net.minestom.server.instance.block.Block
- FERN - Static variable in interface net.minestom.server.item.Material
- fieldViewModifier - Variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- FIGHTERS - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- fill(AbstractInventory, ItemStack, Map<Integer, ItemStack>) - Method in interface net.minestom.server.inventory.TransactionOption
- fill(TransactionType, AbstractInventory, ItemStack) - Method in interface net.minestom.server.inventory.TransactionOption
- FILL_CAULDRON - Static variable in interface net.minestom.server.statistic.StatisticType
- fillBiomes(Biome[], int, int) - Method in interface net.minestom.server.instance.ChunkGenerator
- FILLED_MAP - Static variable in interface net.minestom.server.item.Material
- filter(Predicate<T>) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Maps this argument's output to another result.
- filter(Predicate<T>) - Method in class net.minestom.server.event.EventListener.Builder
-
Adds a filter to the executor of this listener.
- filterActive - Variable in class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- filtered(EventFilter<E, T>, Predicate<T>) - Static method in interface net.minestom.server.event.EventBinding
- finalize() - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
- find(CommandSender) - Method in class net.minestom.server.utils.entity.EntityFinder
- find(Instance, Entity) - Method in class net.minestom.server.utils.entity.EntityFinder
-
Find a list of entities (could be empty) based on the conditions
- findAgentClass(String, boolean) - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomClassProvider
- findChildren(String) - Method in interface net.minestom.server.event.EventNode
-
Locates all child nodes with the given name and event type recursively starting at this node.
- findChildren(String, Class<E>) - Method in interface net.minestom.server.event.EventNode
-
Locates all child nodes with the given name and event type recursively starting at this node.
- findChildren(String, Class<E>) - Method in class net.minestom.server.event.GlobalEventHandler
- findClass(String) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- findClass(String) - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomClassProvider
- findClass(String, boolean) - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomClassProvider
- findCommand(String) - Method in class net.minestom.server.command.builder.CommandDispatcher
-
Gets the command class associated with the name.
- findCommand(String) - Static method in class net.minestom.server.command.builder.parser.CommandParser
- findCommand(Command, String, String[]) - Static method in class net.minestom.server.command.builder.parser.CommandParser
- findEligibleArgument(Command, String[], String, boolean, boolean, Predicate<CommandSyntax>, Predicate<Argument<?>>) - Static method in class net.minestom.server.command.builder.parser.CommandParser
- findExtensionObjectOwner(Object) - Static method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
-
Tries to know which extension created this object, based on the classloader of the object.
- findFirstEntity(CommandSender) - Method in class net.minestom.server.utils.entity.EntityFinder
- findFirstEntity(Instance, Entity) - Method in class net.minestom.server.utils.entity.EntityFinder
- findFirstPlayer(CommandSender) - Method in class net.minestom.server.utils.entity.EntityFinder
- findFirstPlayer(Instance, Entity) - Method in class net.minestom.server.utils.entity.EntityFinder
-
Shortcut of
EntityFinder.find(Instance, Entity)to retrieve the first player element in the list. - findMostCorrectSyntax(List<ValidSyntaxHolder>, CommandContext) - Static method in class net.minestom.server.command.builder.parser.CommandParser
-
Retrieves from the valid syntax map the arguments condition result and get the one with the most valid arguments.
- findPlayer(String) - Method in class net.minestom.server.network.ConnectionManager
-
Finds the closest player matching a given username.
- findTarget() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Finds a target based on the entity
TargetSelector. - findTarget() - Method in class net.minestom.server.entity.ai.target.ClosestEntityTarget
- findTarget() - Method in class net.minestom.server.entity.ai.target.LastEntityDamagerTarget
- findTarget() - Method in class net.minestom.server.entity.ai.TargetSelector
-
Finds the target.
- findThread(Chunk) - Method in interface net.minestom.server.thread.ThreadProvider
-
Performs a server tick for all chunks based on their linked thread.
- finishDigging(Point, BlockFace) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Finishes the digging process of the fake player.
- FINISHED - Enum constant in enum class net.minestom.server.timer.TaskStatus
-
The task has been completed.
- FINISHED_DIGGING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- FIRE - Enum constant in enum class net.minestom.server.map.MapColors
- FIRE - Static variable in interface net.minestom.server.instance.block.Block
- FIRE_ASPECT - Static variable in interface net.minestom.server.item.Enchantment
- FIRE_CHARGE - Static variable in interface net.minestom.server.item.Material
- FIRE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- FIRE_CORAL - Static variable in interface net.minestom.server.item.Material
- FIRE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- FIRE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- FIRE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- FIRE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- FIRE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- FIRE_EXTINGUISHED - Enum constant in enum class net.minestom.server.effects.Effects
- FIRE_PROTECTION - Static variable in interface net.minestom.server.item.Enchantment
- FIRE_RESISTANCE - Static variable in interface net.minestom.server.potion.PotionEffect
- FIRE_RESISTANCE - Static variable in interface net.minestom.server.potion.PotionType
- FIREBALL - Static variable in interface net.minestom.server.entity.EntityType
- FireballMeta - Class in net.minestom.server.entity.metadata.item
- FireballMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.FireballMeta
- FIREWORK - Static variable in interface net.minestom.server.particle.Particle
- FIREWORK_ROCKET - Static variable in interface net.minestom.server.entity.EntityType
- FIREWORK_ROCKET - Static variable in interface net.minestom.server.item.Material
- FIREWORK_SHOT - Enum constant in enum class net.minestom.server.effects.Effects
- FIREWORK_STAR - Static variable in interface net.minestom.server.item.Material
- FireworkEffect - Class in net.minestom.server.item.firework
- FireworkEffect(boolean, boolean, FireworkEffectType, List<Color>, List<Color>) - Constructor for class net.minestom.server.item.firework.FireworkEffect
-
Initializes a new firework effect.
- FireworkEffectMeta - Class in net.minestom.server.item.metadata
- FireworkEffectMeta(ItemMetaBuilder, FireworkEffect) - Constructor for class net.minestom.server.item.metadata.FireworkEffectMeta
- FireworkEffectMeta.Builder - Class in net.minestom.server.item.metadata
- FireworkEffectType - Enum Class in net.minestom.server.item.firework
-
An enumeration that representing all available firework types.
- FireworkMeta - Class in net.minestom.server.item.metadata
- FireworkMeta(ItemMetaBuilder, List<FireworkEffect>, byte) - Constructor for class net.minestom.server.item.metadata.FireworkMeta
- FireworkMeta.Builder - Class in net.minestom.server.item.metadata
- FireworkRocketMeta - Class in net.minestom.server.entity.metadata.other
- FireworkRocketMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- FISH_CAUGHT - Static variable in interface net.minestom.server.statistic.StatisticType
- FISHERMAN - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- FISHING - Static variable in interface net.minestom.server.particle.Particle
- FISHING_BOBBER - Static variable in interface net.minestom.server.entity.EntityType
- FISHING_ROD - Static variable in interface net.minestom.server.item.Material
- FishingHookMeta - Class in net.minestom.server.entity.metadata.other
- FishingHookMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.FishingHookMeta
- fixedTime(Long) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- FLAG_ALLOW_FLYING - Static variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- FLAG_FLYING - Static variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- FLAG_INSTANT_BREAK - Static variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- FLAG_INVULNERABLE - Static variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- flags - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
- flags - Variable in class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- flags - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- flags - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- flags - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- flags - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- flags - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- flags - Variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- flags - Variable in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- flags - Variable in class net.minestom.server.network.packet.server.play.StopSoundPacket
- FLAME - Static variable in interface net.minestom.server.item.Enchantment
- FLAME - Static variable in interface net.minestom.server.particle.Particle
- FLASH - Static variable in interface net.minestom.server.particle.Particle
- FLETCHER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- FLETCHING_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- FLETCHING_TABLE - Static variable in interface net.minestom.server.item.Material
- flightDuration(byte) - Method in class net.minestom.server.item.metadata.FireworkMeta.Builder
- FLINT - Static variable in interface net.minestom.server.item.Material
- FLINT_AND_STEEL - Static variable in interface net.minestom.server.item.Material
- FLIPPED - Enum constant in enum class net.minestom.server.utils.Rotation
-
Flipped upside-down, a 180 degree rotation
- FLIPPED_45 - Enum constant in enum class net.minestom.server.utils.Rotation
-
Flipped upside-down + 45 degree rotation
- Float(float) - Static method in class net.minestom.server.entity.Metadata
- Float(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Float(String) - Static method in class net.minestom.server.tag.Tag
- FloatArrayData - Class in net.minestom.server.data.type.array
- FloatArrayData() - Constructor for class net.minestom.server.data.type.array.FloatArrayData
- FloatData - Class in net.minestom.server.data.type
- FloatData() - Constructor for class net.minestom.server.data.type.FloatData
- FloatRange - Class in net.minestom.server.utils.math
- FloatRange(Float) - Constructor for class net.minestom.server.utils.math.FloatRange
- FloatRange(Float, Float) - Constructor for class net.minestom.server.utils.math.FloatRange
- FloatRange(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- floor(double) - Static method in class net.minestom.server.utils.block.BlockIterator
- FLOOR - Static variable in interface net.minestom.server.coordinate.Vec.Operator
- FLOWER_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- FLOWER_POT - Static variable in interface net.minestom.server.instance.block.Block
- FLOWER_POT - Static variable in interface net.minestom.server.item.Material
- FLOWERING_AZALEA - Static variable in interface net.minestom.server.instance.block.Block
- FLOWERING_AZALEA - Static variable in interface net.minestom.server.item.Material
- FLOWERING_AZALEA_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- FLOWERING_AZALEA_LEAVES - Static variable in interface net.minestom.server.item.Material
- FLOWING_LAVA - Enum constant in enum class net.minestom.server.fluid.Fluid
- FLOWING_WATER - Enum constant in enum class net.minestom.server.fluid.Fluid
- Fluid - Enum Class in net.minestom.server.fluid
-
AUTOGENERATED by FluidGenerator
- FLUID_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- fluids - Static variable in class net.minestom.server.registry.Registries
-
Deprecated.
- FLUIDS - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- flush() - Method in class net.minestom.server.network.player.PlayerConnection
-
Flush waiting data to the connection.
- flush() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- flush() - Method in class net.minestom.server.network.socket.Worker
- flush() - Static method in class net.minestom.server.utils.PacketUtils
- flushSync() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- FLY_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- FLYING_SPEED - Static variable in class net.minestom.server.attribute.Attribute
- FLYING_SPEED - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- FLYING_TO_THE_PORTAL - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- FLYING_TO_THE_PORTAL_TO_DIE - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- FlyingMeta - Class in net.minestom.server.entity.metadata.flying
- FlyingMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.flying.FlyingMeta
- flyingSpeed - Variable in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- fogColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- foliageColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- FOLLOW_RANGE - Static variable in class net.minestom.server.attribute.Attribute
- FOLLOW_RANGE - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- FollowTargetGoal - Class in net.minestom.server.entity.ai.goal
- FollowTargetGoal(EntityCreature, Duration) - Constructor for class net.minestom.server.entity.ai.goal.FollowTargetGoal
-
Creates a follow target goal object.
- food - Variable in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- foodSaturation - Variable in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- footer - Variable in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- forced - Variable in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- forced(String, String) - Static method in class net.minestom.server.resourcepack.ResourcePack
- forced(String, String, Component) - Static method in class net.minestom.server.resourcepack.ResourcePack
- forcedMessage - Variable in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- forChunksInRange(int, int, int, IntegerBiConsumer) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- forChunksInRange(Point, int, IntegerBiConsumer) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- forDifferencesBetweenArray(long[], long[], LongConsumer) - Static method in class net.minestom.server.utils.ArrayUtils
- forDifferingChunksInRange(int, int, int, int, int, IntegerBiConsumer) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- forDifferingChunksInRange(int, int, int, int, int, IntegerBiConsumer, IntegerBiConsumer) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- FOREST - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- FORMAT_ERROR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentRange
- FORTUNE - Static variable in interface net.minestom.server.item.Enchantment
- forward - Variable in class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- FOX - Static variable in interface net.minestom.server.entity.EntityType
- FOX_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- FoxMeta - Class in net.minestom.server.entity.metadata.animal
- FoxMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.FoxMeta
- FoxMeta.Type - Enum Class in net.minestom.server.entity.metadata.animal
- Framebuffer - Interface in net.minestom.server.map
-
Framebuffer to render to a map
- FramedPacket - Record Class in net.minestom.server.network.packet.server
-
Represents a packet which is already framed.
- FramedPacket(ServerPacket, ByteBuffer) - Constructor for record class net.minestom.server.network.packet.server.FramedPacket
-
Creates an instance of a
FramedPacketrecord class. - frameType - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- FrameType - Enum Class in net.minestom.server.advancements
-
Describes the frame around the Advancement.
- friction() - Method in class net.minestom.server.registry.Registry.BlockEntry
- friendlyFlags - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The friendly flags to
- friendlyFlags(byte) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the friendly flags of the
Teamwithout an update packet. - from(Class<E>, Class<H>, Function<E, H>) - Static method in interface net.minestom.server.event.EventFilter
- from(String...) - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
-
Used to force the use of a few precise words instead of complete freedom.
- from(Pos) - Method in class net.minestom.server.utils.location.RelativeVec
-
Gets the location based on the relative fields and
position. - from(Entity) - Method in class net.minestom.server.utils.location.RelativeVec
-
Gets the location based on the relative fields and
entity. - from(String) - Static method in class net.minestom.server.utils.NamespaceID
- from(String, String) - Static method in class net.minestom.server.utils.NamespaceID
- from(Key) - Static method in class net.minestom.server.utils.NamespaceID
- fromAdventure(Book, Localizable) - Static method in class net.minestom.server.item.metadata.WrittenBookMeta
-
Creates a written book meta from an Adventure book.
- fromAttributeSlot(AttributeSlot) - Static method in enum class net.minestom.server.entity.EquipmentSlot
- fromBlockId(int) - Static method in interface net.minestom.server.instance.block.Block
- fromCompound(NBTCompound) - Static method in class net.minestom.server.item.firework.FireworkEffect
-
Retrieves a firework effect from the given
compound. - fromCompound(NBTCompound) - Static method in interface net.minestom.server.tag.TagReadable
-
Converts an nbt compound to a tag reader.
- fromCompound(NBTCompound) - Static method in interface net.minestom.server.tag.TagWritable
-
Converts an nbt compound to a tag writer.
- fromDuration(Duration) - Static method in class net.minestom.server.utils.TickUtils
-
Creates a number of ticks from a given duration, based on
MinecraftServer.TICK_MS. - fromDuration(Duration, int) - Static method in class net.minestom.server.utils.TickUtils
-
Creates a number of ticks from a given duration.
- fromDuration(Duration) - Method in class net.minestom.server.utils.time.Tick
-
Gets the number of whole ticks that occur in the provided duration.
- fromEntity(Entity) - Static method in class net.minestom.server.entity.damage.DamageType
-
Convenient method to create an
EntityDamage. - fromId(byte) - Static method in enum class net.minestom.server.entity.GameMode
- fromId(int) - Static method in enum class net.minestom.server.attribute.AttributeOperation
- fromId(int) - Static method in interface net.minestom.server.entity.EntityType
- fromId(int) - Static method in interface net.minestom.server.item.Enchantment
- fromId(int) - Static method in interface net.minestom.server.item.Material
- fromId(int) - Static method in interface net.minestom.server.particle.Particle
- fromId(int) - Static method in interface net.minestom.server.potion.PotionEffect
- fromId(int) - Static method in interface net.minestom.server.potion.PotionType
- fromId(int) - Static method in interface net.minestom.server.sound.SoundEvent
- fromId(int) - Static method in interface net.minestom.server.statistic.StatisticType
- fromId(short) - Static method in enum class net.minestom.server.fluid.Fluid
- fromIdentifer(String) - Static method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- fromIdentifier(String) - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
- fromIdentifier(String) - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
- fromItemNBT(NBTCompound) - Static method in class net.minestom.server.item.ItemStack
-
Converts this item to an NBT tag containing the id (material), count (amount), and tag (meta).
- fromKey(String) - Static method in class net.minestom.server.attribute.Attribute
-
Retrieves an attribute by its key.
- fromMessageType(MessageType) - Static method in enum class net.minestom.server.message.ChatPosition
-
Gets a position from an Adventure message type.
- fromModernProtocolVersion(int) - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Gets the server list ping version from the protocol version.
- fromNamespaceId(String) - Static method in interface net.minestom.server.entity.EntityType
- fromNamespaceId(String) - Static method in interface net.minestom.server.instance.block.Block
- fromNamespaceId(String) - Static method in interface net.minestom.server.item.Enchantment
- fromNamespaceId(String) - Static method in interface net.minestom.server.item.Material
- fromNamespaceId(String) - Static method in interface net.minestom.server.particle.Particle
- fromNamespaceId(String) - Static method in interface net.minestom.server.potion.PotionEffect
- fromNamespaceId(String) - Static method in interface net.minestom.server.potion.PotionType
- fromNamespaceId(String) - Static method in interface net.minestom.server.sound.SoundEvent
- fromNamespaceId(String) - Static method in interface net.minestom.server.statistic.StatisticType
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.entity.EntityType
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.instance.block.Block
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.item.Enchantment
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.item.Material
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.particle.Particle
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.potion.PotionEffect
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.potion.PotionType
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.sound.SoundEvent
- fromNamespaceId(NamespaceID) - Static method in interface net.minestom.server.statistic.StatisticType
- fromNBT(ItemMetaBuilder, NBTCompound) - Static method in class net.minestom.server.item.ItemMetaBuilder
- fromNBT(Material, NBTCompound) - Static method in class net.minestom.server.item.ItemStack
- fromNBT(Material, NBTCompound, int) - Static method in class net.minestom.server.item.ItemStack
- fromNBT(NBTCompound) - Static method in class net.minestom.server.world.DimensionType
- fromPacketID(byte) - Static method in enum class net.minestom.server.message.ChatPosition
-
Gets a position from a packet ID.
- fromPacketID(int) - Static method in enum class net.minestom.server.message.ChatMessageType
-
Gets a chat message type from a packet ID.
- fromPlayer(Player) - Static method in class net.minestom.server.entity.damage.DamageType
-
Convenient method to create an
EntityDamage. - fromPoint(Point) - Static method in record class net.minestom.server.coordinate.Pos
- fromPoint(Point) - Static method in record class net.minestom.server.coordinate.Vec
- fromProjectile(Entity, Entity) - Static method in class net.minestom.server.entity.damage.DamageType
-
Convenient method to create an
EntityProjectileDamage. - fromSender(CommandSender) - Method in class net.minestom.server.utils.location.RelativeVec
- fromStateId(short) - Static method in interface net.minestom.server.instance.block.Block
- fromUsername(String) - Static method in record class net.minestom.server.entity.PlayerSkin
-
Gets a skin from a Minecraft username.
- fromUsername(String) - Static method in class net.minestom.server.utils.mojang.MojangUtils
- fromUuid(String) - Static method in record class net.minestom.server.entity.PlayerSkin
-
Gets a skin from a Mojang UUID.
- fromUuid(String) - Static method in class net.minestom.server.utils.mojang.MojangUtils
- fromView(Pos) - Method in class net.minestom.server.utils.location.RelativeVec
- fromView(Entity) - Method in class net.minestom.server.utils.location.RelativeVec
- FRONT_BACK - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mirror
- FROST_WALKER - Static variable in interface net.minestom.server.item.Enchantment
- FROSTED_ICE - Static variable in interface net.minestom.server.instance.block.Block
- FROZEN - Enum constant in enum class net.minestom.server.world.biomes.Biome.TemperatureModifier
- FULL - Enum constant in enum class net.minestom.server.message.ChatMessageType
-
The client wants all chat messages.
- FullQueryEvent - Class in net.minestom.server.extras.query.event
-
An event called when a full query is received and ready to be responded to.
- FullQueryEvent(SocketAddress, int) - Constructor for class net.minestom.server.extras.query.event.FullQueryEvent
-
Creates a new full query event.
- FullQueryResponse - Class in net.minestom.server.extras.query.response
-
A full query response containing a dynamic set of responses.
- FullQueryResponse() - Constructor for class net.minestom.server.extras.query.response.FullQueryResponse
-
Creates a new full query response with default values set.
- FULLY_PUFFED - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.PufferfishMeta.State
- FURNACE - Enum constant in enum class net.minestom.server.inventory.InventoryType
- FURNACE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- FURNACE - Static variable in interface net.minestom.server.instance.block.Block
- FURNACE - Static variable in interface net.minestom.server.item.Material
- FURNACE_FIRE_ICON - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- FURNACE_MAXIMUM_FUEL_BURN_TIME - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- FURNACE_MAXIMUM_PROGRESS - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- FURNACE_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- FURNACE_MINECART - Static variable in interface net.minestom.server.item.Material
- FURNACE_PROGRESS_ARROW - Enum constant in enum class net.minestom.server.inventory.InventoryProperty
- FurnaceInventory - Class in net.minestom.server.inventory.type
- FurnaceInventory(String) - Constructor for class net.minestom.server.inventory.type.FurnaceInventory
- FurnaceInventory(Component) - Constructor for class net.minestom.server.inventory.type.FurnaceInventory
- FurnaceMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- FurnaceMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- FURTHEST - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
- FUSE - Enum constant in enum class net.minestom.server.entity.metadata.monster.CreeperMeta.State
G
- GAME_EVENTS - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- GAME_ID - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- GAME_INFO - Enum constant in enum class net.minestom.server.message.ChatPosition
-
Game state information displayed above the hot bar.
- GAME_TYPE - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- gameMode - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- gameMode - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- gameMode - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateGamemode
- gameMode - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- GameMode - Enum Class in net.minestom.server.entity
-
Represents the game mode of a player.
- GAMEPLAY_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- generate() - Method in class net.minestom.server.item.ItemMetaBuilder
- generate(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
-
Generates arguments from a string format.
- generate(String) - Static method in class net.minestom.server.command.builder.parser.ArgumentParser
- generate(ChunkGenerator) - Method in class net.minestom.server.instance.batch.ChunkGenerationBatch
- generateChunkData(ChunkBatch, int, int) - Method in interface net.minestom.server.instance.ChunkGenerator
-
Called when the blocks in the
Chunkshould be set usingChunkBatch.setBlock(int, int, int, Block)or similar. - generateId() - Static method in class net.minestom.server.entity.Entity
-
Generate and return a new unique entity id.
- generateKeyPair() - Static method in class net.minestom.server.extras.mojangAuth.MojangCrypt
- generatePluginsValue() - Static method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Generates the default plugins value.
- generation(WrittenBookMeta.WrittenBookGeneration) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- get() - Method in class net.minestom.server.acquirable.Acquired
- get() - Static method in class net.minestom.server.utils.binary.PooledBuffers
- get() - Method in class net.minestom.server.utils.cache.LocalCache
- get(int) - Method in class net.minestom.server.utils.ObjectArray
- get(int, int) - Method in class net.minestom.server.map.framebuffers.DirectFramebuffer
- get(int, int) - Method in class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- get(int, int) - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- get(String) - Method in class net.minestom.server.command.builder.CommandContext
- get(String) - Method in class net.minestom.server.command.builder.CommandData
- get(String) - Method in class net.minestom.server.data.Data
-
Deprecated.Retrieves a value based on its key.
- get(String) - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- get(String) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- get(String) - Static method in class net.minestom.server.instance.block.BlockHandler.Dummy
- get(String) - Method in class net.minestom.server.registry.Registry.Container
- get(String) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Gets the data associated with a key using
StorageSystem.get(String). - get(String) - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Gets the data associated to a key.
- get(String, Class<T>) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Retrieves a serialized object associated to a key.
- get(Argument<T>) - Method in class net.minestom.server.command.builder.CommandContext
- get(Block) - Static method in class net.minestom.server.entity.pathfinding.PFBlock
-
Gets the
PFBlocklinked to the block state id. - get(Object) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- get(String) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- get(String, String) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- get(Random) - Method in class net.minestom.server.utils.WeightedRandom
-
Gets a random element from this set.
- getAcquirable() - Method in class net.minestom.server.entity.Entity
- getAcquirable(Class<T>) - Method in class net.minestom.server.entity.Entity
- getAcquiringTime() - Static method in interface net.minestom.server.acquirable.Acquirable
-
Gets the time spent acquiring since last tick.
- getAcquisitionTime() - Method in class net.minestom.server.monitoring.TickMonitor
- getAction() - Method in class net.minestom.server.event.player.AdvancementTabEvent
-
Gets the action.
- getActiveEffects() - Method in class net.minestom.server.entity.Entity
-
Gets all the potion effect of this entity.
- getActiveHand() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getAdditionalHearts() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- getAdditionalHearts() - Method in class net.minestom.server.entity.Player
-
Gets the player additional hearts.
- getAdditionalSlot() - Method in enum class net.minestom.server.inventory.InventoryType
-
Deprecated.
- getAdditionIngredient() - Method in class net.minestom.server.recipe.SmithingRecipe
- getAdditions_sound() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getAddPlayerToList() - Method in class net.minestom.server.entity.Player
-
Gets the packet to add the player from the tab-list.
- getAddress() - Method in class net.minestom.server.network.socket.Server
- getAdvancementManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling advancements.
- getAIGroup() - Method in class net.minestom.server.entity.ai.GoalSelector
- getAIGroups() - Method in interface net.minestom.server.entity.ai.EntityAI
-
Gets the AI groups of this entity.
- getAIGroups() - Method in class net.minestom.server.entity.EntityCreature
- getAirTicks() - Method in class net.minestom.server.entity.metadata.EntityMeta
- getAliases() - Method in class net.minestom.server.command.builder.Command
-
Gets the command's aliases.
- getAliveTicks() - Method in class net.minestom.server.entity.Entity
-
Gets the number of ticks this entity has been active for.
- getAllPermissions() - Method in class net.minestom.server.command.ConsoleSender
- getAllPermissions() - Method in class net.minestom.server.command.ServerSender
- getAllPermissions() - Method in class net.minestom.server.entity.Entity
- getAllPermissions() - Method in interface net.minestom.server.permission.PermissionHandler
-
Returns all permissions associated to this handler.
- getAmbient_sound() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getAmbientLight() - Method in class net.minestom.server.world.DimensionType
- getAmount() - Method in class net.minestom.server.attribute.AttributeModifier
-
Gets the value of this modifier.
- getAmount() - Method in class net.minestom.server.item.ItemStack
- getAmount(ItemStack) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- getAmount(ItemStack) - Method in interface net.minestom.server.item.StackingRule
-
Used to determine the current stack size of an
ItemStack. - getAmplifier() - Method in class net.minestom.server.potion.CustomPotionEffect
- getAmplifier() - Method in class net.minestom.server.potion.Potion
- getAndCacheData(String, DataContainer) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Gets a shared
SerializableDataif already in memory or retrieve it from the defaultStorageSystemand save it in cache for further request. - getAndCloneData(String, DataContainer) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Gets an unique
SerializableDatawhich is cloned if cached or retrieved with the defaultStorageSystem. - getAngerTicks() - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- getAngerTime() - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- getArguments() - Method in class net.minestom.server.command.builder.CommandSyntax
-
Gets all the required
Argumentfor this syntax. - getArmAnimationType() - Method in class net.minestom.server.event.player.PlayerItemAnimationEvent
-
Gets the animation.
- getArrowCount() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the amount of arrows in the entity.
- getArrowCount() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getAttachFace() - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- getAttachmentPosition() - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- getAttribute() - Method in class net.minestom.server.attribute.AttributeInstance
-
Gets the attribute associated to this instance.
- getAttribute() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getAttribute(Attribute) - Method in class net.minestom.server.entity.LivingEntity
-
Retrieves the attribute instance and its modifiers.
- getAttributes() - Method in class net.minestom.server.item.ItemMeta
- getAttributeValue(Attribute) - Method in class net.minestom.server.entity.LivingEntity
-
Retrieves the attribute value.
- getAuditTrail() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getAuthor() - Method in class net.minestom.server.item.metadata.WritableBookMeta
- getAuthor() - Method in class net.minestom.server.item.metadata.WrittenBookMeta
- getAuthors() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getBackFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points at the back of theBoundingBox. - getBackingImage() - Method in class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- getBackingImage() - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- getBaseColor() - Method in class net.minestom.server.map.MapColors.PreciseMapColor
- getBaseIngredient() - Method in class net.minestom.server.recipe.SmithingRecipe
- getBaseValue() - Method in class net.minestom.server.attribute.AttributeInstance
-
The base value of this instance without modifiers
- getBatchesPool() - Method in class net.minestom.server.timer.SchedulerManager
-
Gets the execution service for all the registered
Task. - getBeamTarget() - Method in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- getBedInWhichSleepingPosition() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getBenchmarkManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling server monitoring.
- getBiomeCount(DimensionType) - Static method in class net.minestom.server.world.biomes.Biome
- getBiomeManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling biomes.
- getBiomeParticles() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getBiomes() - Method in class net.minestom.server.instance.Chunk
- getBitFieldPart() - Method in enum class net.minestom.server.item.ItemHideFlag
- getBitsPerEntry() - Method in class net.minestom.server.instance.palette.Palette
- getBlock() - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- getBlock() - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
-
Gets the block to break
- getBlock() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
- getBlock() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Gets the block which will be placed.
- getBlock() - Method in class net.minestom.server.event.player.PlayerStartDiggingEvent
-
Gets the block which is being dug.
- getBlock() - Method in interface net.minestom.server.event.trait.BlockEvent
- getBlock() - Method in class net.minestom.server.instance.block.BlockHandler.Destroy
- getBlock() - Method in class net.minestom.server.instance.block.BlockHandler.Interaction
- getBlock() - Method in class net.minestom.server.instance.block.BlockHandler.Placement
- getBlock() - Method in class net.minestom.server.instance.block.BlockHandler.Tick
- getBlock() - Method in class net.minestom.server.instance.block.BlockHandler.Touch
- getBlock() - Method in class net.minestom.server.instance.block.rule.BlockPlacementRule
- getBlock() - Method in class net.minestom.server.utils.block.BlockUtils
- getBlock(int, int, int) - Method in interface net.minestom.server.instance.block.BlockGetter
- getBlock(int, int, int, BlockGetter.Condition) - Method in interface net.minestom.server.instance.block.BlockGetter
- getBlock(int, int, int, BlockGetter.Condition) - Method in class net.minestom.server.instance.DynamicChunk
- getBlock(int, int, int, BlockGetter.Condition) - Method in class net.minestom.server.instance.Instance
- getBlock(Point) - Method in interface net.minestom.server.instance.block.BlockGetter
- getBlock(Point, BlockGetter.Condition) - Method in interface net.minestom.server.instance.block.BlockGetter
- getBlockAt(int, int, int) - Method in class net.minestom.server.instance.palette.Palette
- getBlockAt(int, int, int) - Method in class net.minestom.server.instance.Section
- getBlockCount() - Method in class net.minestom.server.instance.palette.Palette
-
Get the amount of non-air blocks in this section.
- getBlockedPercentage() - Method in class net.minestom.server.monitoring.ThreadResult
- getBlockEntityAction() - Method in interface net.minestom.server.instance.block.BlockHandler
- getBlockEntityTags() - Method in interface net.minestom.server.instance.block.BlockHandler
- getBlockFace() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
-
Gets the block face.
- getBlockFace() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
- getBlockFace() - Method in class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
-
Gets which face the player has interacted with.
- getBlockFace() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getBlockIndex(int, int, int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Gets the block index of a position.
- getBlockLight() - Method in class net.minestom.server.instance.Section
- getBlockManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling
block handlersandplacement rules. - getBlockPaletteMap() - Method in class net.minestom.server.instance.palette.Palette
- getBlockPlacementRule(Block) - Method in class net.minestom.server.instance.block.BlockManager
-
Gets the
BlockPlacementRuleof the specific block. - getBlockPosition() - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
-
Gets the block position.
- getBlockPosition() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
-
Gets the position of the interacted block.
- getBlockPosition() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Gets the block position.
- getBlockPosition() - Method in class net.minestom.server.event.player.PlayerStartDiggingEvent
-
Gets the block position.
- getBlockPosition() - Method in class net.minestom.server.instance.block.BlockHandler.Destroy
- getBlockPosition() - Method in class net.minestom.server.instance.block.BlockHandler.Interaction
- getBlockPosition() - Method in class net.minestom.server.instance.block.BlockHandler.Placement
- getBlockPosition() - Method in class net.minestom.server.instance.block.BlockHandler.Tick
- getBlockPosition() - Method in class net.minestom.server.instance.block.BlockHandler.Touch
- getBlockPosition(int, int, int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- getBlocks() - Method in class net.minestom.server.instance.palette.Palette
- getBlue() - Method in class net.minestom.server.color.Color
-
Gets the blue component
- getBodyColor() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- getBodyRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getBoolean(String) - Method in class net.minestom.server.registry.Registry.Entry
- getBoolean(String, boolean) - Method in class net.minestom.server.registry.Registry.Entry
- getBoots() - Method in class net.minestom.server.entity.LivingEntity
- getBoots() - Method in class net.minestom.server.entity.Player
- getBoots() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the boots.
- getBoots() - Method in class net.minestom.server.inventory.PlayerInventory
- getBossBarColorValue(BossBar.Color) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Gets the int value of a boss bar color.
- getBossBarFlagValue(Collection<BossBar.Flag>) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Gets the byte value of a collection of boss bar flags.
- getBossBarManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the boss bar manager.
- getBossBarOverlayValue(BossBar.Overlay) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Gets the int value of a boss bar overlay.
- getBossBarViewers(BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Gets all the players for whom the given boss bar is currently visible.
- getBottomFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points at the bottom of theBoundingBox. - getBoundingBox() - Method in class net.minestom.server.entity.Entity
-
Is used to check collision with coordinates or other blocks/entities.
- getBrandName() - Static method in class net.minestom.server.MinecraftServer
-
Gets the current server brand name.
- getBrandPacket() - Static method in class net.minestom.server.network.packet.server.play.PluginMessagePacket
-
Gets the current server brand name packet.
- getBreedTimer() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- getBrewTime() - Method in class net.minestom.server.inventory.type.BrewingStandInventory
-
Gets the brewing stand brew time.
- getBuffer() - Method in class net.minestom.server.utils.binary.BinaryReader
- getBuffer() - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Gets the raw buffer used by this binary writer.
- getBungeeSkin() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- getBungeeUuid() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- getById(int) - Method in class net.minestom.server.world.biomes.BiomeManager
-
Gets a biome by its id.
- getByName(NamespaceID) - Method in class net.minestom.server.world.biomes.BiomeManager
- getBytecodeProvider() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getCallback() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets the
ArgumentCallbackto check if the argument-specific conditions are validated or not. - getCanDestroy() - Method in class net.minestom.server.item.ItemMeta
- getCanPlaceOn() - Method in class net.minestom.server.item.ItemMeta
- getCarpetColor() - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- getCarriedBlockID() - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- getCategory() - Method in class net.minestom.server.statistic.PlayerStatistic
- getCategory() - Method in class net.minestom.server.world.biomes.Biome
- getCenterHead() - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- getCenterX() - Method in class net.minestom.server.instance.Explosion
- getCenterX() - Method in class net.minestom.server.instance.WorldBorder
-
Gets the center X of the world border.
- getCenterY() - Method in class net.minestom.server.instance.Explosion
- getCenterZ() - Method in class net.minestom.server.instance.Explosion
- getCenterZ() - Method in class net.minestom.server.instance.WorldBorder
-
Gets the center Z of the world border.
- getChannel() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- getChatFormatFunction() - Method in class net.minestom.server.event.player.PlayerChatEvent
-
Used to retrieve the chat format for this message.
- getChatMessage() - Method in class net.minestom.server.event.player.PlayerDeathEvent
-
Gets the message sent to chat.
- getChatMessageType() - Method in class net.minestom.server.entity.Player.PlayerSettings
-
Gets the messages this player wants to receive.
- getChestplate() - Method in class net.minestom.server.entity.LivingEntity
- getChestplate() - Method in class net.minestom.server.entity.Player
- getChestplate() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the chestplate.
- getChestplate() - Method in class net.minestom.server.inventory.PlayerInventory
- getChildren() - Method in interface net.minestom.server.event.EventNode
-
Returns an unmodifiable view of the children in this node.
- getChildren() - Method in class net.minestom.server.event.GlobalEventHandler
- getChunk() - Method in class net.minestom.server.entity.Entity
-
Convenient method to get the entity current chunk.
- getChunk() - Method in class net.minestom.server.event.instance.InstanceChunkLoadEvent
-
Gets the chunk.
- getChunk() - Method in class net.minestom.server.event.instance.InstanceChunkUnloadEvent
-
Gets the chunk.
- getChunk(int, int) - Method in class net.minestom.server.instance.Instance
-
Gets the loaded
Chunkat a position. - getChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- getChunk(int, int) - Method in class net.minestom.server.instance.SharedInstance
- getChunkAt(double, double) - Method in class net.minestom.server.instance.Instance
-
Gets the
Chunkat the given block position, null if not loaded. - getChunkAt(Point) - Method in class net.minestom.server.instance.Instance
- getChunkCoordinate(double) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- getChunkCoordX(long) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a chunk index to its chunk X position.
- getChunkCoordZ(long) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Converts a chunk index to its chunk Z position.
- getChunkEntities(Chunk) - Method in class net.minestom.server.instance.Instance
-
Gets the entities located in the chunk.
- getChunkEntry() - Method in class net.minestom.server.acquirable.Acquirable.Handler
- getChunkGenerator() - Method in class net.minestom.server.instance.Instance
-
Gets the instance
ChunkGenerator. - getChunkGenerator() - Method in class net.minestom.server.instance.InstanceContainer
- getChunkGenerator() - Method in class net.minestom.server.instance.SharedInstance
- getChunkIndex(int, int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Gets the chunk index of chunk coordinates.
- getChunkIndex(Point) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- getChunkIndex(Chunk) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- getChunkLoader() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets the
IChunkLoaderof this instance. - getChunkRefreshType() - Method in interface net.minestom.server.thread.ThreadProvider
-
Defines how often chunks thread should be updated.
- getChunks() - Method in class net.minestom.server.instance.Instance
-
Gets all the instance's loaded chunks.
- getChunks() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets all the instance chunks.
- getChunks() - Method in class net.minestom.server.instance.SharedInstance
- getChunkSupplier() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets the current
ChunkSupplier. - getChunkViewDistance() - Static method in class net.minestom.server.MinecraftServer
-
Gets the chunk view distance of the server.
- getChunkX() - Method in class net.minestom.server.event.instance.InstanceChunkLoadEvent
-
Gets the chunk X.
- getChunkX() - Method in class net.minestom.server.event.instance.InstanceChunkUnloadEvent
-
Gets the chunk X.
- getChunkX() - Method in class net.minestom.server.event.player.PlayerChunkLoadEvent
-
Gets the chunk X.
- getChunkX() - Method in class net.minestom.server.event.player.PlayerChunkUnloadEvent
-
Gets the chunk X.
- getChunkX() - Method in class net.minestom.server.instance.Chunk
-
Gets the chunk X.
- getChunkZ() - Method in class net.minestom.server.event.instance.InstanceChunkLoadEvent
-
Gets the chunk Z.
- getChunkZ() - Method in class net.minestom.server.event.instance.InstanceChunkUnloadEvent
-
Gets the chunk Z.
- getChunkZ() - Method in class net.minestom.server.event.player.PlayerChunkLoadEvent
-
Gets the chunk Z.
- getChunkZ() - Method in class net.minestom.server.event.player.PlayerChunkUnloadEvent
-
Gets the chunk Z.
- getChunkZ() - Method in class net.minestom.server.instance.Chunk
-
Gets the chunk Z.
- getCipher(int, Key) - Static method in class net.minestom.server.extras.mojangAuth.MojangCrypt
- getClassNode(String) - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomBytecodeProvider
- getClassNode(String, boolean) - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomBytecodeProvider
- getClassPath() - Method in class net.minestom.server.extras.selfmodification.mixins.MinestomClassProvider
- getClassProvider() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getClassTracker() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getClazz() - Method in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- getClicked() - Method in class net.minestom.server.inventory.click.InventoryClickResult
- getClickedItem() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
-
Gets the clicked item.
- getClickedItem() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Gets the item who have been clicked.
- getClickedItem() - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- getClickType() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
-
Gets the click type.
- getClickType() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Gets the click type.
- getCodeModifiers() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getCollarColor() - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- getCollarColor() - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- getCollisionAxis(Point) - Method in class net.minestom.server.instance.WorldBorder
-
Used to check at which axis does the position collides with the world border.
- getCollisionRule() - Method in class net.minestom.server.scoreboard.Team
-
Gets the collision rule of the team.
- getColor() - Method in enum class net.minestom.server.color.DyeColor
-
Gets the color that this dye represents.
- getColor() - Method in class net.minestom.server.entity.metadata.animal.HorseMeta.Variant
- getColor() - Method in class net.minestom.server.entity.metadata.animal.SheepMeta
- getColor() - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- getColor() - Method in class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta
- getColor() - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- getColor() - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- getColor() - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- getColor() - Method in class net.minestom.server.item.metadata.LeatherArmorMeta
- getColor() - Method in class net.minestom.server.item.metadata.PotionMeta
- getColors() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Retrieves array of integer values corresponding to the primary colors of this firework's explosion.
- getColors() - Method in class net.minestom.server.map.framebuffers.DirectFramebuffer
-
Mutable colors array
- getColors() - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- getCommand() - Method in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- getCommand() - Method in class net.minestom.server.event.player.PlayerCommandEvent
-
Gets the command used (command name + arguments).
- getCommand(String) - Method in class net.minestom.server.command.CommandManager
-
Gets the
Commandregistered byCommandManager.register(Command). - getCommandCondition() - Method in class net.minestom.server.command.builder.CommandSyntax
-
Gets the condition to use this syntax.
- getCommandData() - Method in class net.minestom.server.command.builder.CommandResult
- getCommandManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling commands.
- getCommandName() - Method in class net.minestom.server.command.builder.CommandContext
- getCommands() - Method in class net.minestom.server.command.builder.CommandDispatcher
- getCompressionThreshold() - Static method in class net.minestom.server.MinecraftServer
-
Gets the compression threshold of the server.
- getCondition() - Method in class net.minestom.server.command.builder.Command
-
Gets the
CommandCondition. - getConfiguredNodes() - Method in class net.minestom.server.command.builder.NodeMaker
- getConnection() - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
PlayerConnection of received packet.
- getConnection() - Method in class net.minestom.server.event.server.ServerListPingEvent
-
PlayerConnection of received packet.
- getConnectionManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling server connections.
- getConnectionState() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the client connection state.
- getConsoleSender() - Method in class net.minestom.server.command.CommandManager
-
Gets the
ConsoleSender(which is used as aCommandSender). - getContent() - Method in class net.minestom.server.scoreboard.Sidebar.ScoreboardLine
-
Gets the content of the line
- getController() - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
-
Retrieves the controller for the fake player.
- getCookingTime() - Method in class net.minestom.server.recipe.BlastingRecipe
- getCookingTime() - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- getCookingTime() - Method in class net.minestom.server.recipe.SmeltingRecipe
- getCookingTime() - Method in class net.minestom.server.recipe.SmokingRecipe
- getCooldown() - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- getCooldown() - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- getCooldown() - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- getCoordinateScale() - Method in class net.minestom.server.world.DimensionType
- getCount() - Method in class net.minestom.server.entity.metadata.other.ExperienceOrbMeta
- getCounterIdentifier() - Method in class net.minestom.server.timer.SchedulerManager
-
Increments the current counter value.
- getCpuMonitoringMessage() - Method in class net.minestom.server.monitoring.BenchmarkManager
- getCpuPercentage() - Method in class net.minestom.server.monitoring.ThreadResult
- getCreationObjectivePacket(String, ScoreboardObjectivePacket.Type) - Method in interface net.minestom.server.scoreboard.Scoreboard
- getCreationObjectivePacket(Component, ScoreboardObjectivePacket.Type) - Method in interface net.minestom.server.scoreboard.Scoreboard
-
Creates a creation objective packet.
- getCreatures() - Method in class net.minestom.server.instance.Instance
-
Deprecated.
- getCurrentGoalSelector() - Method in class net.minestom.server.entity.ai.EntityAIGroup
-
Gets the current goal selector of this group.
- getCursor() - Method in class net.minestom.server.inventory.click.InventoryClickResult
- getCursorItem() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
-
Gets the item in the player cursor.
- getCursorItem() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Gets the item who was in the player cursor.
- getCursorItem() - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- getCursorItem() - Method in class net.minestom.server.inventory.PlayerInventory
-
Gets the item in player cursor.
- getCursorItem(Player) - Method in class net.minestom.server.inventory.Inventory
-
Gets the cursor item of a viewer.
- getCursorX() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getCursorY() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getCursorZ() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getCustomBlockIdAndDamage() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- getCustomBlockYPosition() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- getCustomModelData() - Method in class net.minestom.server.item.ItemMeta
- getCustomName() - Method in class net.minestom.server.entity.Entity
-
Gets the entity custom name.
- getCustomName() - Method in class net.minestom.server.entity.metadata.EntityMeta
- getCustomPotionEffects() - Method in class net.minestom.server.item.metadata.PotionMeta
- getDamage() - Method in class net.minestom.server.event.entity.EntityDamageEvent
-
Gets the damage amount.
- getDamage() - Method in class net.minestom.server.item.ItemMeta
- getDamageTaken() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- getDamageType() - Method in class net.minestom.server.event.entity.EntityDamageEvent
-
Gets the damage type.
- getData() - Method in interface net.minestom.server.data.DataContainer
-
Deprecated.use the tag API https://wiki.minestom.net/feature/tags
- getDataDirectory() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getDataDirectory() - Method in class net.minestom.server.extensions.Extension
- getDataManager() - Static method in class net.minestom.server.MinecraftServer
-
Deprecated.
- getDataMap() - Method in class net.minestom.server.command.builder.CommandData
- getDataType(Class<T>) - Method in class net.minestom.server.data.DataManager
-
Deprecated.Gets the data type associated with a class.
- getDeathText() - Method in class net.minestom.server.event.player.PlayerDeathEvent
-
Gets the text displayed in the death screen.
- getDeclareRecipesPacket() - Method in class net.minestom.server.recipe.RecipeManager
- getDecorations() - Method in class net.minestom.server.item.metadata.MapMeta
-
Gets the map decorations.
- getDefaultChatFormat() - Method in class net.minestom.server.event.player.PlayerChatEvent
- getDefaultEatingTime() - Method in class net.minestom.server.entity.Player
-
Gets the player default eating time.
- getDefaultExecutor() - Method in class net.minestom.server.command.builder.Command
-
Gets the default
CommandExecutorwhich is called when there is no argument or if no corresponding syntax has been found. - getDefaultLocale() - Static method in class net.minestom.server.adventure.MinestomAdventure
-
Gets the default locale used to translate components when no overriding locale has been provided.
- getDefaultValue() - Method in class net.minestom.server.attribute.Attribute
-
Gets the attribute default value that should be applied.
- getDefaultValue() - Method in class net.minestom.server.command.builder.arguments.Argument
- getDefaultValuesMap() - Method in class net.minestom.server.command.builder.CommandSyntax
- getDelay() - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Gets the delay until minestom will send the ping response packet.
- getDependencies() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getDependents() - Method in class net.minestom.server.extensions.Extension
- getDepth() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the depth of the
BoundingBox. - getDepth() - Method in class net.minestom.server.world.biomes.Biome
- getDescription() - Method in class net.minestom.server.advancements.Advancement
-
Gets the description of the advancement.
- getDescription() - Method in class net.minestom.server.ping.ResponseData
-
Get the response description
- getDestructionObjectivePacket() - Method in interface net.minestom.server.scoreboard.Scoreboard
-
Creates the destruction objective packet.
- getDiameter() - Method in class net.minestom.server.instance.WorldBorder
-
Gets the diameter of the world border.
- getDifficulty() - Static method in class net.minestom.server.MinecraftServer
-
Gets the server difficulty showed in game option.
- getDimension(NamespaceID) - Method in class net.minestom.server.world.DimensionTypeManager
-
Return to a @
DimensionTypeonly if present and registered - getDimensionType() - Method in class net.minestom.server.entity.Player
-
Gets the player dimension.
- getDimensionType() - Method in class net.minestom.server.instance.Instance
-
Gets the instance
DimensionType. - getDimensionTypeManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling dimensions.
- getDirection() - Method in class net.minestom.server.entity.metadata.other.PaintingMeta
- getDispatcher() - Method in class net.minestom.server.command.CommandManager
- getDisplayedSkinParts() - Method in class net.minestom.server.entity.Player.PlayerSettings
- getDisplayName() - Method in class net.minestom.server.entity.Player
-
Gets the player display name in the tab-list.
- getDisplayName() - Method in class net.minestom.server.item.ItemMeta
- getDisplayName() - Method in class net.minestom.server.item.ItemStack
- getDisplayScoreboardPacket(byte) - Method in interface net.minestom.server.scoreboard.Scoreboard
-
Creates the
DisplayScoreboardPacket. - getDistance(Point) - Method in class net.minestom.server.entity.Entity
- getDistance(Entity) - Method in class net.minestom.server.entity.Entity
-
Gets the distance between two entities.
- getDistanceSquared(Entity) - Method in class net.minestom.server.entity.Entity
-
Gets the distance squared between two entities.
- getDomain() - Method in class net.minestom.server.utils.NamespaceID
- getDomain(String) - Static method in class net.minestom.server.utils.NamespaceID
-
Extracts the domain from the namespace ID.
- getDouble(String) - Method in class net.minestom.server.registry.Registry.Entry
- getDouble(String, double) - Method in class net.minestom.server.registry.Registry.Entry
- getDownfall() - Method in class net.minestom.server.world.biomes.Biome
- getDuration() - Method in class net.minestom.server.event.instance.InstanceTickEvent
-
Gets the duration of the tick in ms.
- getDuration() - Method in class net.minestom.server.potion.CustomPotionEffect
- getDuration() - Method in class net.minestom.server.potion.Potion
- getDuration() - Method in class net.minestom.server.utils.time.Cooldown
- getDuration() - Method in class net.minestom.server.utils.time.Tick
- getEatingHand() - Method in class net.minestom.server.entity.Player
-
Gets the hand which the player is eating from.
- getEatingTime() - Method in class net.minestom.server.event.player.PlayerPreEatEvent
-
Gets the food eating time.
- getEatTimer() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- getEffect() - Method in class net.minestom.server.potion.Potion
- getEffects() - Method in class net.minestom.server.item.metadata.FireworkMeta
- getEffects() - Method in class net.minestom.server.world.biomes.Biome
- getEffects() - Method in class net.minestom.server.world.DimensionType
- getEnchantmentLevel(EnchantmentTableInventory.EnchantmentSlot) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Gets the enchantment level shown on mouse hover.
- getEnchantmentMap() - Method in class net.minestom.server.item.ItemMeta
- getEnchantmentShown(EnchantmentTableInventory.EnchantmentSlot) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Gets the enchantment shown in a slot.
- getEntities() - Method in class net.minestom.server.instance.Instance
-
Gets the entities in the instance;
- getEntities(Team) - Method in class net.minestom.server.scoreboard.TeamManager
- getEntity() - Method in class net.minestom.server.entity.hologram.Hologram
-
Gets the hologram entity (armor stand).
- getEntity() - Method in class net.minestom.server.entity.pathfinding.Navigator
- getEntity() - Method in class net.minestom.server.event.entity.EntityAttackEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityDamageEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityDeathEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityFireEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
-
Gets the
ItemEntitywho is receivingEntityItemMergeEvent.getMerged(). - getEntity() - Method in class net.minestom.server.event.entity.EntityPotionAddEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityPotionRemoveEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityShootEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntitySpawnEvent
-
Gets the entity who spawned in the instance.
- getEntity() - Method in class net.minestom.server.event.entity.EntityTickEvent
- getEntity() - Method in class net.minestom.server.event.entity.EntityVelocityEvent
-
Gets the enity who will be affected by
EntityVelocityEvent.getVelocity(). - getEntity() - Method in class net.minestom.server.event.instance.AddEntityToInstanceEvent
-
Entity being added.
- getEntity() - Method in class net.minestom.server.event.instance.RemoveEntityFromInstanceEvent
-
Gets the entity being removed.
- getEntity() - Method in class net.minestom.server.event.item.EntityEquipEvent
- getEntity() - Method in class net.minestom.server.event.item.PickupItemEvent
- getEntity() - Method in interface net.minestom.server.event.trait.EntityEvent
-
Gets the entity of this event.
- getEntity() - Method in interface net.minestom.server.event.trait.PlayerEvent
-
Returns
PlayerEvent.getPlayer(). - getEntity(int) - Static method in class net.minestom.server.entity.Entity
-
Gets an entity based on its id (from
Entity.getEntityId()). - getEntity(UUID) - Static method in class net.minestom.server.entity.Entity
-
Gets an entity based on its UUID (from
Entity.getUuid()). - getEntityCreature() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Gets the entity behind the goal selector.
- getEntityCreature() - Method in class net.minestom.server.entity.ai.TargetSelector
-
Gets the entity linked to this target selector.
- getEntityId() - Method in class net.minestom.server.entity.Entity
-
Each entity has an unique id (server-wide) which will change after a restart.
- getEntityMeta() - Method in class net.minestom.server.entity.Entity
-
Gets metadata of this entity.
- getEntityMeta() - Method in class net.minestom.server.entity.ItemEntity
- getEntityMeta() - Method in class net.minestom.server.entity.Player
- getEntityTracker() - Method in class net.minestom.server.instance.Instance
- getEntityType() - Method in class net.minestom.server.entity.Entity
-
Returns the entity type.
- getEntityType() - Method in class net.minestom.server.item.metadata.SpawnEggMeta
- getEntityViewDistance() - Static method in class net.minestom.server.MinecraftServer
-
Gets the entity view distance of the server.
- getEntries() - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- getEntries() - Method in class net.minestom.server.entity.Metadata
- getEntries() - Method in class net.minestom.server.ping.ResponseData
-
Gets a modifiable collection of the current entries.
- getEntry() - Method in class net.minestom.server.command.builder.suggestion.SuggestionEntry
- getEntrypoint() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getEquipment(EquipmentSlot) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the equipment in a specific slot.
- getEquipmentsPacket() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the packet with all the equipments.
- getEquippedItem() - Method in class net.minestom.server.event.item.EntityEquipEvent
- getErrorCode() - Method in exception net.minestom.server.command.builder.exception.ArgumentSyntaxException
-
Gets the error code of the exception.
- getEventNode() - Method in interface net.minestom.server.event.handler.EventHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEventNode() - Method in class net.minestom.server.extensions.Extension
- getEventType() - Method in interface net.minestom.server.event.EventNode
- getEventType() - Method in class net.minestom.server.event.GlobalEventHandler
- getExceptionHandler() - Method in class net.minestom.server.exception.ExceptionManager
-
Retrieves the current
ExceptionHandler, can be the default one if none is defined. - getExceptionManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the exception manager for exception handling.
- getExecutor() - Method in class net.minestom.server.command.builder.CommandSyntax
-
Gets the
CommandExecutorof this syntax, executed once the syntax is properly written. - getExp() - Method in class net.minestom.server.entity.Player
-
Gets the percentage displayed in the experience bar.
- getExperience() - Method in class net.minestom.server.inventory.type.VillagerInventory
- getExperience() - Method in class net.minestom.server.recipe.BlastingRecipe
- getExperience() - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- getExperience() - Method in class net.minestom.server.recipe.SmeltingRecipe
- getExperience() - Method in class net.minestom.server.recipe.SmokingRecipe
- getExperienceCount() - Method in class net.minestom.server.entity.ExperienceOrb
-
Gets the experience count.
- getExperienceCount() - Method in class net.minestom.server.event.item.PickupExperienceEvent
- getExperienceOrb() - Method in class net.minestom.server.event.item.PickupExperienceEvent
- getExperienceOrbs() - Method in class net.minestom.server.instance.Instance
-
Deprecated.
- getExplosionSupplier() - Method in class net.minestom.server.instance.Instance
-
Gets the registered
ExplosionSupplier, or null if none was provided. - getExtension(String) - Method in class net.minestom.server.extensions.ExtensionManager
- getExtensionDataRoot() - Method in class net.minestom.server.extensions.ExtensionManager
- getExtensionFolder() - Method in class net.minestom.server.extensions.ExtensionManager
- getExtensionManager() - Static method in class net.minestom.server.MinecraftServer
-
Get the manager handling
Extension. - getExtensionName() - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
-
Returns the name of the extension linked to this classloader
- getExtensions() - Method in class net.minestom.server.extensions.ExtensionManager
- getExternalDependencies() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getEyeHeight() - Method in class net.minestom.server.entity.Entity
-
Gets the entity eye height.
- getFadeColors() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Retrieves array of integer values corresponding to the fading colors of this firework's explosion.
- getFakePlayer() - Method in class net.minestom.server.network.player.FakePlayerConnection
- getFavicon() - Method in class net.minestom.server.ping.ResponseData
-
Get the response favicon.
- getFieldViewModifier() - Method in class net.minestom.server.entity.Player
- getFireDamagePeriod() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the time in ms between two fire damage applications.
- getFireTime(TemporalUnit) - Method in class net.minestom.server.event.entity.EntityFireEvent
- getFireworkColor() - Method in enum class net.minestom.server.color.DyeColor
-
Gets the firework color that this dye represents.
- getFireworkEffect() - Method in class net.minestom.server.item.metadata.FireworkEffectMeta
- getFireworkInfo() - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- getFirstPotionEffect() - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Gets the first potion effect.
- getFirstUUID() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- getFixedTime() - Method in class net.minestom.server.world.DimensionType
- getFlag(DeclareCommandsPacket.NodeType, boolean, boolean, boolean) - Static method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- getFlags() - Method in class net.minestom.server.potion.Potion
- getFlicker() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Whether the firework has a flicker effect.
- getFlightDuration() - Method in class net.minestom.server.item.metadata.FireworkMeta
- getFluid(String) - Static method in class net.minestom.server.registry.Registries
-
Returns the corresponding Fluid matching the given id.
- getFluid(Key) - Static method in class net.minestom.server.registry.Registries
-
Returns the corresponding Fluid matching the given key.
- getFluid(NamespaceID) - Static method in class net.minestom.server.registry.Registries
-
Returns the corresponding Fluid matching the given id.
- getFlyingSpeed() - Method in class net.minestom.server.entity.Player
-
Gets the player flying speed.
- getFog_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getFoliage_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getFood() - Method in class net.minestom.server.entity.Player
-
Gets the player food.
- getFoodItem() - Method in class net.minestom.server.event.player.PlayerEatEvent
-
Gets the food item that has been eaten.
- getFoodItem() - Method in class net.minestom.server.event.player.PlayerPreEatEvent
-
The food item which will be eaten.
- getFoodSaturation() - Method in class net.minestom.server.entity.Player
- getForcedMessage() - Method in class net.minestom.server.resourcepack.ResourcePack
- getForward() - Method in class net.minestom.server.entity.vehicle.PlayerVehicleInformation
- getForwardDirection() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- getFrameType() - Method in class net.minestom.server.advancements.Advancement
-
Gets the advancement frame type.
- getFrameType() - Method in class net.minestom.server.advancements.notifications.Notification
-
Gets the
FrameTypeof the notification. - getFreePort() - Static method in class net.minestom.server.utils.NetworkUtils
-
Gets a free port.
- getFriendlyFlags() - Method in class net.minestom.server.scoreboard.Team
-
Gets the friendly flags of the team.
- getFrontFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points at the front of theBoundingBox. - getFuelTime() - Method in class net.minestom.server.inventory.type.BrewingStandInventory
-
Gets the brewing stand fuel time.
- getFunction() - Method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- getFuseTime() - Method in class net.minestom.server.entity.metadata.other.PrimedTntMeta
- getGameMode() - Method in class net.minestom.server.entity.Player
-
Gets the player
GameMode. - getGametype() - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Gets the gametype.
- getGeneration() - Method in class net.minestom.server.item.metadata.WrittenBookMeta
- getGenericSound(LivingEntity) - Method in class net.minestom.server.entity.damage.DamageType
- getGlobalEventHandler() - Static method in class net.minestom.server.MinecraftServer
-
Gets the global event handler.
- getGoalSelectors() - Method in class net.minestom.server.entity.ai.EntityAIGroup
-
Gets the goal selectors of this group.
- getGrass_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getGrass_color_modifier() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getGravityAcceleration() - Method in class net.minestom.server.entity.Entity
-
Gets the gravity acceleration.
- getGravityDragPerTick() - Method in class net.minestom.server.entity.Entity
-
Gets the gravity drag per tick.
- getGravityTickCount() - Method in class net.minestom.server.entity.Entity
-
Gets the number of tick this entity has been applied gravity.
- getGreen() - Method in class net.minestom.server.color.Color
-
Gets the green component
- getGroup() - Method in class net.minestom.server.recipe.BlastingRecipe
- getGroup() - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- getGroup() - Method in class net.minestom.server.recipe.ShapedRecipe
- getGroup() - Method in class net.minestom.server.recipe.ShapelessRecipe
- getGroup() - Method in class net.minestom.server.recipe.SmeltingRecipe
- getGroup() - Method in class net.minestom.server.recipe.SmokingRecipe
- getGroup() - Method in class net.minestom.server.recipe.StonecutterRecipe
- getHand() - Method in class net.minestom.server.event.item.ItemUpdateStateEvent
- getHand() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
-
Gets the hand used for the interaction.
- getHand() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Gets the hand with which the player is trying to place.
- getHand() - Method in class net.minestom.server.event.player.PlayerEatEvent
- getHand() - Method in class net.minestom.server.event.player.PlayerEntityInteractEvent
-
Gets with which hand the player interacted with the entity.
- getHand() - Method in class net.minestom.server.event.player.PlayerHandAnimationEvent
-
Gets the hand used.
- getHand() - Method in class net.minestom.server.event.player.PlayerPreEatEvent
- getHand() - Method in class net.minestom.server.event.player.PlayerUseItemEvent
-
Gets which hand the player used.
- getHand() - Method in class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
-
Gets which hand the player used to interact with the block.
- getHand() - Method in class net.minestom.server.instance.block.BlockHandler.Interaction
- getHand() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getHandle(Class<E>) - Static method in class net.minestom.server.event.EventDispatcher
- getHandle(Class<E>) - Method in interface net.minestom.server.event.EventNode
-
Gets the handle of an event type.
- getHandle(Class<E>) - Method in class net.minestom.server.event.GlobalEventHandler
- getHandler() - Method in interface net.minestom.server.acquirable.Acquirable
-
Gets the
Acquirable.Handlerof this acquirable element, containing the currently linked thread. - getHandler(String) - Method in class net.minestom.server.instance.block.BlockManager
- getHandler(E) - Method in interface net.minestom.server.event.EventFilter
-
Gets the handler for the given event instance, or null if the event type has no handler.
- getHandlerOrDummy(String) - Method in class net.minestom.server.instance.block.BlockManager
- getHash() - Method in class net.minestom.server.resourcepack.ResourcePack
-
Gets the resource pack hash.
- getHeadRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getHeadShakeTimer() - Method in class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- getHealth() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the entity health.
- getHealth() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getHealthAddedByAbsorption() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getHeight() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the height of the
BoundingBox. - getHeight() - Method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- getHeight() - Method in class net.minestom.server.recipe.ShapedRecipe
- getHeight() - Method in class net.minestom.server.world.DimensionType
- getHeldSlot() - Method in class net.minestom.server.entity.Player
-
Gets the player held slot (0-8).
- getHelmet() - Method in class net.minestom.server.entity.LivingEntity
- getHelmet() - Method in class net.minestom.server.entity.Player
- getHelmet() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the helmet.
- getHelmet() - Method in class net.minestom.server.inventory.PlayerInventory
- getHiddenGene() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- getHideFlag() - Method in class net.minestom.server.item.ItemMeta
- getHomePosition() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- getHookedEntity() - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- getHorizontalDirection(float) - Static method in class net.minestom.server.utils.MathUtils
- getIcon() - Method in class net.minestom.server.advancements.Advancement
-
Gets the advancement icon.
- getIcon() - Method in class net.minestom.server.advancements.notifications.Notification
-
Gets the icon of the notification.
- getId() - Method in class net.minestom.server.attribute.AttributeModifier
-
Gets the id of this modifier.
- getId() - Method in enum class net.minestom.server.attribute.AttributeOperation
- getId() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets the ID of the argument, showed in-game above the chat bar and used to retrieve the data when the command is parsed in
CommandContext. - getId() - Method in enum class net.minestom.server.effects.Effects
- getId() - Method in enum class net.minestom.server.entity.GameMode
- getId() - Method in enum class net.minestom.server.fluid.Fluid
- getId() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
-
Gets the arbitrary decoration id.
- getId() - Method in class net.minestom.server.network.packet.server.handshake.ResponsePacket
- getId() - Method in class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- getId() - Method in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- getId() - Method in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- getId() - Method in class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- getId() - Method in class net.minestom.server.network.packet.server.login.SetCompressionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ActionBarPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.AttachEntityPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.BlockActionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.BlockChangePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.BossBarPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.CameraPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.CloseWindowPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.CollectItemPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- getId() - Method in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.DisconnectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EnterCombatEventPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityEffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityStatusPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ExplosionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.JoinGamePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.KeepAlivePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.MapDataPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.OpenBookPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.OpenSignEditorPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ParticlePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PingPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.PluginMessagePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.RespawnPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- getId() - Method in class net.minestom.server.network.packet.server.play.SelectAdvancementTabPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetCooldownPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetPassengersPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetSlotPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.StatisticsPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.StopSoundPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.TagsPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.TeamsPacket
-
Gets the identifier of the packet
- getId() - Method in class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.TradeListPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- getId() - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- getId() - Method in interface net.minestom.server.network.packet.server.ServerPacket
-
Gets the id of this packet.
- getId() - Method in class net.minestom.server.network.packet.server.status.PongPacket
- getId() - Method in class net.minestom.server.potion.CustomPotionEffect
- getId() - Method in class net.minestom.server.scoreboard.Sidebar.ScoreboardLine
-
Gets the identifier of the line
- getId() - Method in class net.minestom.server.timer.Task
-
Gets the id of this task.
- getId() - Method in class net.minestom.server.world.biomes.Biome
- getId() - Method in enum class net.minestom.server.world.Difficulty
- getId() - Method in class net.minestom.server.world.DimensionType
- getId(int) - Method in class net.minestom.server.registry.Registry.Container
- getID() - Method in enum class net.minestom.server.message.ChatPosition
-
Gets the packet ID of this chat position.
- getIdentifier() - Method in class net.minestom.server.advancements.Advancement
-
Gets the identifier of this advancement, used to register the advancement, use it as a parent and to retrieve it later in the
AdvancementTab. - getIdentifier() - Method in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- getIdentifier() - Method in class net.minestom.server.entity.damage.DamageType
-
Gets the identifier of this damage type.
- getIdentifier() - Method in class net.minestom.server.event.player.PlayerPluginMessageEvent
-
Gets the message identifier.
- getIdentifier() - Method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- getIdentifier() - Method in class net.minestom.server.instance.Chunk
-
Gets the unique identifier of this chunk.
- getIdentifier() - Method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Gets the identifier of the rule
- getIdentifier() - Method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
Gets the client identifier
- getIdentifier() - Method in class net.minestom.server.network.player.PlayerConnection
-
Returns a printable identifier for this connection, will be the player username or the connection remote address.
- getIndex() - Method in class net.minestom.server.entity.Metadata.Entry
- getIndex() - Method in class net.minestom.server.map.MapColors.PreciseMapColor
- getIndex(int, T) - Method in class net.minestom.server.entity.Metadata
- getIndexedSerializedData() - Method in class net.minestom.server.data.SerializableData
-
Deprecated.Serializes the data into an array of bytes.
- getInfiniburn() - Method in class net.minestom.server.world.DimensionType
- getIngredient() - Method in class net.minestom.server.recipe.BlastingRecipe
- getIngredient() - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- getIngredient() - Method in class net.minestom.server.recipe.SmeltingRecipe
- getIngredient() - Method in class net.minestom.server.recipe.SmokingRecipe
- getIngredient() - Method in class net.minestom.server.recipe.StonecutterRecipe
- getIngredients() - Method in class net.minestom.server.recipe.ShapedRecipe
- getIngredients() - Method in class net.minestom.server.recipe.ShapelessRecipe
- getInnerSize() - Method in class net.minestom.server.inventory.AbstractInventory
-
Gets the size of the "inner inventory" (which includes only "usable" slots).
- getInnerSize() - Method in class net.minestom.server.inventory.PlayerInventory
- getInput() - Method in class net.minestom.server.command.builder.CommandContext
- getInput() - Method in class net.minestom.server.command.builder.CommandResult
- getInput() - Method in exception net.minestom.server.command.builder.exception.ArgumentSyntaxException
-
Gets the problematic command input.
- getInput() - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- getInstance() - Method in class net.minestom.server.entity.Entity
-
Gets the entity current instance.
- getInstance() - Method in class net.minestom.server.entity.pathfinding.PFInstanceSpace
- getInstance() - Method in class net.minestom.server.event.instance.AddEntityToInstanceEvent
- getInstance() - Method in class net.minestom.server.event.instance.InstanceChunkLoadEvent
- getInstance() - Method in class net.minestom.server.event.instance.InstanceChunkUnloadEvent
- getInstance() - Method in class net.minestom.server.event.instance.InstanceTickEvent
- getInstance() - Method in class net.minestom.server.event.instance.RemoveEntityFromInstanceEvent
- getInstance() - Method in interface net.minestom.server.event.trait.EntityInstanceEvent
- getInstance() - Method in interface net.minestom.server.event.trait.InstanceEvent
-
Gets the instance.
- getInstance() - Static method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- getInstance() - Method in class net.minestom.server.instance.block.BlockHandler.Destroy
- getInstance() - Method in class net.minestom.server.instance.block.BlockHandler.Interaction
- getInstance() - Method in class net.minestom.server.instance.block.BlockHandler.Placement
- getInstance() - Method in class net.minestom.server.instance.block.BlockHandler.Tick
- getInstance() - Method in class net.minestom.server.instance.block.BlockHandler.Touch
- getInstance() - Method in class net.minestom.server.instance.Chunk
-
Gets the instance where this chunk is stored
- getInstance() - Method in class net.minestom.server.instance.WorldBorder
-
Gets the
Instancelinked to this world border. - getInstance(UUID) - Method in class net.minestom.server.instance.InstanceManager
-
Gets an instance by the given UUID.
- getInstanceContainer() - Method in class net.minestom.server.instance.SharedInstance
-
Gets the
InstanceContainerfrom where this instance takes its chunks from. - getInstanceManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling all registered instances.
- getInstances() - Method in class net.minestom.server.instance.InstanceManager
-
Gets all the registered instances.
- getInstanceSpace() - Method in class net.minestom.server.instance.Instance
-
Gets the instance space.
- getInt(String) - Method in class net.minestom.server.registry.Registry.Entry
- getInt(String, int) - Method in class net.minestom.server.registry.Registry.Entry
- getInternalName() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getInventory() - Method in class net.minestom.server.entity.Player
- getInventory() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
- getInventory() - Method in class net.minestom.server.event.inventory.InventoryCloseEvent
- getInventory() - Method in class net.minestom.server.event.inventory.InventoryItemChangeEvent
- getInventory() - Method in class net.minestom.server.event.inventory.InventoryOpenEvent
-
Gets the inventory to open, this could have been change by the
InventoryOpenEvent.setInventory(Inventory). - getInventory() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
- getInventory() - Method in interface net.minestom.server.event.trait.InventoryEvent
-
Gets the inventory.
- getInventoryConditions() - Method in class net.minestom.server.inventory.AbstractInventory
-
Gets all the
InventoryConditionof this inventory. - getInventoryType() - Method in class net.minestom.server.inventory.Inventory
-
Gets the inventory type.
- getInverseOption() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- getInvulnerableTime() - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- getItem() - Method in class net.minestom.server.entity.metadata.item.EyeOfEnderMeta
- getItem() - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- getItemEntity() - Method in class net.minestom.server.event.item.PickupItemEvent
- getItemInHand(Player.Hand) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the
ItemStackin the specific hand. - getItemInMainHand() - Method in class net.minestom.server.entity.LivingEntity
- getItemInMainHand() - Method in class net.minestom.server.entity.Player
- getItemInMainHand() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the
ItemStackin main hand. - getItemInMainHand() - Method in class net.minestom.server.inventory.PlayerInventory
- getItemInOffHand() - Method in class net.minestom.server.entity.LivingEntity
- getItemInOffHand() - Method in class net.minestom.server.entity.Player
- getItemInOffHand() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the
ItemStackin off hand. - getItemInOffHand() - Method in class net.minestom.server.inventory.PlayerInventory
- getItems() - Method in class net.minestom.server.item.metadata.BundleMeta
- getItemStack() - Method in class net.minestom.server.entity.ItemEntity
-
Gets the item stack on ground.
- getItemStack() - Method in class net.minestom.server.event.item.EntityEquipEvent
-
Same as
EntityEquipEvent.getEquippedItem(). - getItemStack() - Method in class net.minestom.server.event.item.ItemDropEvent
- getItemStack() - Method in class net.minestom.server.event.item.ItemUpdateStateEvent
- getItemStack() - Method in class net.minestom.server.event.item.PickupItemEvent
- getItemStack() - Method in class net.minestom.server.event.player.PlayerUseItemEvent
-
Gets the item which have been used.
- getItemStack() - Method in class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
-
Gets with which item the player has interacted with the block.
- getItemStack() - Method in interface net.minestom.server.event.trait.ItemEvent
- getItemStack(int) - Method in class net.minestom.server.inventory.AbstractInventory
-
Gets the
ItemStackat the specified slot. - getItemStacks() - Method in class net.minestom.server.inventory.AbstractInventory
-
Gets all the
ItemStackin the inventory. - getKey() - Method in class net.minestom.server.attribute.Attribute
-
Gets the attribute unique key.
- getKey() - Method in enum class net.minestom.server.extras.query.response.QueryKey
-
Gets the key of this query key.
- getKey() - Method in class net.minestom.server.tag.Tag
-
Returns the key used to navigate inside the holder nbt.
- getKeyPair() - Static method in class net.minestom.server.extras.MojangAuth
- getKeys() - Method in class net.minestom.server.data.Data
-
Deprecated.Gets the list of data keys.
- getKeys() - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- getKeys() - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- getKeyValuesMap() - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Gets the map containing the key-value mappings.
- getLastBlockChangeTime() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets the last time at which a block changed.
- getLastChangeTime() - Method in class net.minestom.server.instance.Chunk
-
Gets the last time that this chunk changed.
- getLastChangeTime() - Method in class net.minestom.server.instance.DynamicChunk
- getLastDamageSource() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the last damage source which damaged of this entity.
- getLastKeepAlive() - Method in class net.minestom.server.entity.Player
-
Gets the last sent keep alive id.
- getLastOutput() - Method in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- getLastPacketCounter() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the number of packet the client sent over the last second.
- getLastPaletteIndex() - Method in class net.minestom.server.instance.palette.Palette
- getLastReceivedTeleportId() - Method in class net.minestom.server.entity.Player
- getLastSentTeleportId() - Method in class net.minestom.server.entity.Player
- getLatency() - Method in class net.minestom.server.entity.Player
-
Used to get the player latency, computed by seeing how long it takes the client to answer the
KeepAlivePacketpacket. - getLatestConfiguredNodes() - Method in class net.minestom.server.command.builder.NodeMaker
- getLatestNodes() - Method in class net.minestom.server.command.builder.NodeMaker
- getLeftArmRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getLeftFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points on the left face of theBoundingBox. - getLeftHead() - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- getLeftLegRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getLeftShoulderEntityData() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- getLegacyPingResponse(ResponseData, boolean) - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Creates a legacy ping response for client versions below the Netty rewrite (1.6-).
- getLeggings() - Method in class net.minestom.server.entity.LivingEntity
- getLeggings() - Method in class net.minestom.server.entity.Player
- getLeggings() - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Gets the leggings.
- getLeggings() - Method in class net.minestom.server.inventory.PlayerInventory
- getLength() - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- getLevel() - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- getLevel() - Method in class net.minestom.server.entity.Player
-
Gets the level of the player displayed in the experience bar.
- getLevelRequirement(EnchantmentTableInventory.EnchantmentSlot) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Gets the level requirement in a slot.
- getLine() - Method in class net.minestom.server.scoreboard.Sidebar.ScoreboardLine
-
Gets the position of the line
- getLine(String) - Method in class net.minestom.server.scoreboard.Sidebar
-
Gets a
Sidebar.ScoreboardLinethrough the given identifier - getLineOfSight(int) - Method in class net.minestom.server.entity.Entity
-
Gets the line of sight of the entity.
- getLineOfSightEntity(double, Predicate<Entity>) - Method in class net.minestom.server.entity.Entity
-
Gets first entity on the line of sight of the current one that matches the given predicate.
- getLines() - Method in class net.minestom.server.scoreboard.Sidebar
-
Gets a
Setcontaining all the registered lines. - getLivingEntity() - Method in class net.minestom.server.event.item.PickupItemEvent
- getLivingEntityMeta() - Method in class net.minestom.server.entity.LivingEntity
-
Gets
EntityMetaof this entity casted toLivingEntityMeta. - getLoadedLocations() - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Gets all the
StorageLocationwhich have been loaded byStorageManager.getLocation(String)orStorageManager.getLocation(String, StorageOptions, StorageSystem). - getLocale() - Method in interface net.minestom.server.adventure.Localizable
-
Gets the locale.
- getLocale() - Method in class net.minestom.server.entity.Player
- getLocale() - Method in class net.minestom.server.entity.Player.PlayerSettings
-
The player game language.
- getLocation() - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Gets the location of this storage.
- getLocation(String) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Used to get an access to the specified location.
- getLocation(String, StorageOptions) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Used to get an access to the specified location.
- getLocation(String, StorageOptions, StorageSystem) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Used to get an access to the specified location.
- getLodestoneDimension() - Method in class net.minestom.server.item.metadata.CompassMeta
- getLodestonePosition() - Method in class net.minestom.server.item.metadata.CompassMeta
- getLogger() - Method in class net.minestom.server.extensions.Extension
-
Gets the logger for the extension
- getLogicalHeight() - Method in class net.minestom.server.world.DimensionType
- getLoginPacketsHandler() - Method in class net.minestom.server.network.PacketProcessor
-
Gets the handler for client login packets.
- getLoginUsername() - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Retrieves the username received from the client during connection.
- getLookPitch(double, double, double) - Static method in class net.minestom.server.utils.position.PositionUtils
- getLookYaw(double, double) - Static method in class net.minestom.server.utils.position.PositionUtils
- getLore() - Method in class net.minestom.server.item.ItemMeta
- getLore() - Method in class net.minestom.server.item.ItemStack
- getLoyaltyLevel() - Method in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- getMainClassName() - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
-
Returns the main class name linked to the extension responsible for this classloader.
- getMainGene() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- getMainHand() - Method in class net.minestom.server.entity.Player.PlayerSettings
-
Gets the player main hand.
- getMainHandItem() - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
-
Gets the item which will be in player main hand after the event.
- getMap() - Method in class net.minestom.server.command.builder.CommandContext
- getMap() - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Gets the map.
- getMapColor() - Method in class net.minestom.server.item.metadata.MapMeta
-
Gets the map color.
- getMapColor(int, int) - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- getMapColor(int, int) - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- getMapColor(int, int) - Method in interface net.minestom.server.map.LargeFramebuffer
- getMapId() - Method in class net.minestom.server.item.metadata.MapMeta
-
Gets the map id.
- getMapScaleDirection() - Method in class net.minestom.server.item.metadata.MapMeta
-
Gets the map scale direction.
- getMarking() - Method in class net.minestom.server.entity.metadata.animal.HorseMeta.Variant
- getMask(int) - Method in class net.minestom.server.entity.metadata.EntityMeta
- getMaskBit(int, byte) - Method in class net.minestom.server.entity.metadata.EntityMeta
- getMaterial() - Method in class net.minestom.server.item.ItemStack
- getMax() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
-
Gets the maximum value for this argument.
- getMaxHealth() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the entity max health from
LivingEntity.getAttributeValue(Attribute)Attributes.MAX_HEALTH. - getMaximum() - Method in class net.minestom.server.utils.math.Range
-
Retrieves the maximum value of the range.
- getMaximumFuelBurnTime() - Method in class net.minestom.server.inventory.type.FurnaceInventory
- getMaximumProgress() - Method in class net.minestom.server.inventory.type.FurnaceInventory
- getMaximumRefreshTime() - Method in class net.minestom.server.thread.ThreadDispatcher
-
Maximum time used to refresh chunks and entities thread.
- getMaxPacketSize() - Static method in class net.minestom.server.MinecraftServer
-
Gets the maximum packet size (in bytes) that a client can send without getting disconnected.
- getMaxPlayer() - Method in class net.minestom.server.ping.ResponseData
-
Get the response maximum player count.
- getMaxPlayers() - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Gets the max number of players.
- getMaxSize(ItemStack) - Method in class net.minestom.server.item.rule.VanillaStackingRule
- getMaxSize(ItemStack) - Method in interface net.minestom.server.item.StackingRule
-
Gets the max size of a stack.
- getMaxValue() - Method in class net.minestom.server.attribute.Attribute
-
Gets the maximum value applicable to an entity for this attribute.
- getMaxX() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the max X based on
BoundingBox.getWidth()and theEntityposition. - getMaxY() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the max Y based on
BoundingBox.getHeight()and theEntityposition. - getMaxZ() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the max Z based on
BoundingBox.getDepth()and theEntityposition. - getMembers() - Method in class net.minestom.server.scoreboard.Team
-
Obtains an unmodifiable
Setof registered players who are on the team. - getMerged() - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
-
Gets the entity who will be merged.
- getMergeDelay() - Static method in class net.minestom.server.entity.ItemEntity
-
Gets the update option for the merging feature.
- getMergeRange() - Method in class net.minestom.server.entity.ItemEntity
-
Gets the merge range.
- getMessage() - Method in class net.minestom.server.event.player.PlayerChatEvent
-
Gets the message sent.
- getMessage() - Method in class net.minestom.server.event.player.PlayerPluginMessageEvent
-
Gets the message data as a byte array.
- getMessageString() - Method in class net.minestom.server.event.player.PlayerPluginMessageEvent
-
Gets the message data as a String.
- getMessageType() - Method in enum class net.minestom.server.message.ChatPosition
-
Gets the Adventure message type from this position.
- getMeta() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getMeta() - Method in class net.minestom.server.item.ItemStack
- getMetadataPacket() - Method in class net.minestom.server.entity.Entity
-
Gets an
EntityMetaDataPacketsent when adding viewers. - getMetaValue() - Method in class net.minestom.server.entity.Metadata.Entry
- getMin() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
-
Gets the minimum value for this argument.
- getMinestomExtensionClassLoader() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getMinimum() - Method in class net.minestom.server.utils.math.Range
-
Retrieves the minimum value of the range.
- getMinimumRefreshTime() - Method in class net.minestom.server.thread.ThreadDispatcher
-
Minimum time used to refresh chunks and entities thread.
- getMinX() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the min X based on
BoundingBox.getWidth()and theEntityposition. - getMinY() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the min Y based on the
Entityposition. - getMinY() - Method in class net.minestom.server.world.DimensionType
- getMinZ() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the min Z based on
BoundingBox.getDepth()and theEntityposition. - getMissingCodeModifiers() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getMixinConfig() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getMixinContainers() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- getModernPingResponse(ResponseData, boolean) - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Creates a modern ping response for client versions above the Netty rewrite (1.7+).
- getModifiers() - Method in class net.minestom.server.attribute.AttributeInstance
-
Get the modifiers applied to this instance.
- getModifiers() - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- getMood_sound() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getMotd() - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Gets the MoTD.
- getMotive() - Method in class net.minestom.server.entity.metadata.other.PaintingMeta
- getMultiplier() - Method in class net.minestom.server.map.MapColors.PreciseMapColor
- getMusic() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getName() - Method in class net.minestom.server.attribute.AttributeModifier
-
Gets the name of this modifier.
- getName() - Method in class net.minestom.server.command.builder.Command
-
Gets the main command's name.
- getName() - Method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- getName() - Method in class net.minestom.server.entity.Player
-
Gets the player's name as a component.
- getName() - Method in interface net.minestom.server.event.EventNode
- getName() - Method in class net.minestom.server.event.GlobalEventHandler
- getName() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getName() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getName() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap
- getName() - Method in class net.minestom.server.gamedata.tags.Tag
-
Returns the name of this tag
- getName() - Method in class net.minestom.server.ping.ResponseData.PingPlayer
-
Deprecated.
- getName() - Method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Gets the name of this object.
- getName() - Method in class net.minestom.server.world.biomes.Biome
- getName() - Method in class net.minestom.server.world.DimensionType
- getNamedTextColorValue(NamedTextColor) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Gets the int value from a named text color.
- getNames() - Method in class net.minestom.server.command.builder.Command
-
Gets all the possible names for this command.
- getNamespace() - Method in class net.minestom.server.extras.selfmodification.CodeModifier
-
Beginning of the class names to transform.
- getNamespace() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinCodeModifier
- getNamespaceId() - Method in class net.minestom.server.instance.block.BlockHandler.Dummy
- getNamespaceId() - Method in interface net.minestom.server.instance.block.BlockHandler
-
Gets the id of this handler.
- getNamespaceID() - Method in enum class net.minestom.server.fluid.Fluid
- getNameTagVisibility() - Method in class net.minestom.server.scoreboard.Team
-
Gets the tag visibility of the team.
- getNavigator() - Method in class net.minestom.server.entity.EntityCreature
- getNavigator() - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
- getNavigator() - Method in interface net.minestom.server.entity.pathfinding.NavigableEntity
- getNBTData() - Method in class net.minestom.server.permission.Permission
-
Gets the data associated to this permission.
- getNearbyEntities(Point, double) - Method in class net.minestom.server.instance.Instance
-
Gets nearby entities to the given position.
- getNewInventory() - Method in class net.minestom.server.event.inventory.InventoryCloseEvent
-
Gets the new inventory to open.
- getNewItem() - Method in class net.minestom.server.event.inventory.InventoryItemChangeEvent
-
Gets a new item on a changed slot.
- getNewPosition() - Method in class net.minestom.server.event.player.PlayerMoveEvent
-
Gets the target position.
- getNextTeleportId() - Method in class net.minestom.server.entity.Player
- getNodeIdsMap() - Method in class net.minestom.server.command.builder.NodeMaker
- getNodeRequests() - Method in class net.minestom.server.command.builder.NodeMaker
- getNodes() - Method in class net.minestom.server.command.builder.NodeMaker.ConfiguredNodes
- getNodes() - Method in class net.minestom.server.command.builder.NodeMaker
- getNodesCount() - Method in class net.minestom.server.command.builder.NodeMaker
- getNonce() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- getNumberCount() - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
-
Gets the amount of numbers that this relative location needs.
- getNumberProperties() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
-
Creates the byteflag based on the number's min/max existance.
- getNumPlayers() - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Gets the number of players.
- getObjectClass(Class) - Static method in class net.minestom.server.utils.PrimitiveConversion
-
Converts primitive types to their boxed version.
- getObjectClassString(String) - Static method in class net.minestom.server.utils.PrimitiveConversion
- getObjectData() - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.item.FireballMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.item.ItemEntityMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.ChestMinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.HopperMinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.MinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.SpawnerMinecartMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.minecart.TntMinecartMeta
- getObjectData() - Method in interface net.minestom.server.entity.metadata.ObjectDataProvider
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.LlamaSpitMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.ShulkerBulletMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- getObjectData() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- getObjectiveName() - Method in class net.minestom.server.scoreboard.BelowNameTag
- getObjectiveName() - Method in interface net.minestom.server.scoreboard.Scoreboard
-
Gets the objective name of the scoreboard.
- getObjectiveName() - Method in class net.minestom.server.scoreboard.Sidebar
- getObjectiveName() - Method in class net.minestom.server.scoreboard.TabList
- getOffHandItem() - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
-
Gets the item which will be in player off hand after the event.
- getOnline() - Method in class net.minestom.server.ping.ResponseData
-
Get the response online count.
- getOnlinePlayers() - Method in class net.minestom.server.network.ConnectionManager
-
Gets all online players.
- getOpenInventory() - Method in class net.minestom.server.entity.Player
-
Gets the player open inventory.
- getOpenToLANPing(ResponseData) - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Creates a ping sent when the server is sending
OpenToLANpackets. - getOperation() - Method in class net.minestom.server.attribute.AttributeModifier
-
Gets the operation of this modifier.
- getOperation() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getOppositeFace() - Method in enum class net.minestom.server.instance.block.BlockFace
- getOption() - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
-
Gets the fake player option container.
- getOptions() - Method in class net.minestom.server.command.builder.NodeMaker.ConfiguredNodes
- getOrDefault(String, Class<T>, T) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.
- getOrDefault(String, T) - Method in class net.minestom.server.command.builder.CommandContext
- getOrDefault(String, T) - Method in class net.minestom.server.data.Data
-
Deprecated.Retrieves a value based on its key, give a default value if not found.
- getOrDefault(String, T) - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- getOrDefault(String, T) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- getOrDefault(Argument<T>, T) - Method in class net.minestom.server.command.builder.CommandContext
- getOrDefault(String, String, V) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- getOrDefault(String, V) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- getOrientation() - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- getOrigin() - Method in class net.minestom.server.extensions.Extension
- getOriginalJar() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getOwner() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- getOwner() - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- getOwnerEntity() - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- getOwningExtension() - Method in class net.minestom.server.timer.Task
-
Extension which owns this task, or null if none
- getPackagedResource(String) - Method in class net.minestom.server.extensions.Extension
-
Gets a resource from inside the extension jar.
- getPackagedResource(Path) - Method in class net.minestom.server.extensions.Extension
-
Gets a resource from inside the extension jar.
- getPacket() - Method in class net.minestom.server.event.player.PlayerPacketEvent
- getPacket(int, float, float, boolean) - Static method in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- getPacket(int, Pos, Pos, boolean) - Static method in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- getPacket(int, Pos, Pos, boolean) - Static method in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- getPacketCounter() - Method in class net.minestom.server.network.player.PlayerConnection
- getPacketID() - Method in enum class net.minestom.server.message.ChatMessageType
-
Gets the packet ID for this chat message type.
- getPacketInstance(int) - Method in class net.minestom.server.network.packet.client.handler.ClientPacketsHandler
-
Retrieves a
ClientPlayPacketfrom its id. - getPacketListenerManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling all incoming packets
- getPacketProcessor() - Static method in class net.minestom.server.MinecraftServer
-
Gets the object handling the client packets processing.
- getPages() - Method in class net.minestom.server.item.metadata.WritableBookMeta
- getPages() - Method in class net.minestom.server.item.metadata.WrittenBookMeta
- getPalette() - Method in class net.minestom.server.instance.Section
- getPaletteBlockArray() - Method in class net.minestom.server.instance.palette.Palette
- getParent() - Method in class net.minestom.server.advancements.Advancement
-
Gets the advancement parent.
- getParent() - Method in interface net.minestom.server.event.EventNode
- getParent() - Method in class net.minestom.server.event.GlobalEventHandler
- getParsedCommand() - Method in class net.minestom.server.command.builder.CommandResult
- getPassengers() - Method in class net.minestom.server.entity.Entity
-
Gets the entity passengers.
- getPassengersPacket() - Method in class net.minestom.server.entity.Entity
- getPath() - Method in class net.minestom.server.utils.NamespaceID
- getPath(String) - Static method in class net.minestom.server.utils.NamespaceID
-
Extracts the path from the namespace ID.
- getPathingEntity() - Method in class net.minestom.server.entity.pathfinding.Navigator
- getPathPosition() - Method in class net.minestom.server.entity.pathfinding.Navigator
-
Gets the target pathfinder position.
- getPattern() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- getPatternColor() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- getPayload() - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Payload of received packet.
- getPermission(String) - Method in interface net.minestom.server.permission.PermissionHandler
-
Gets the
Permissionwith the namepermissionName. - getPermissionLevel() - Method in class net.minestom.server.entity.Player
-
Gets the player permission level.
- getPermissionName() - Method in class net.minestom.server.permission.Permission
-
Gets the name of the permission.
- getPhase() - Method in class net.minestom.server.entity.metadata.other.EnderDragonMeta
- getPickupDelay() - Method in class net.minestom.server.entity.ItemEntity
-
Gets the pickup delay in milliseconds, defined by
ItemEntity.setPickupDelay(Duration). - getPiercingLevel() - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- getPingResponse(ResponseData) - Method in enum class net.minestom.server.ping.ServerListPingType
-
Gets the ping response for this version.
- getPingType() - Method in class net.minestom.server.event.server.ServerListPingEvent
-
Gets the ping type that the client is pinging with.
- getPlatformAgents() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getPlayer() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
-
Gets the player who clicked in the inventory.
- getPlayer() - Method in class net.minestom.server.event.inventory.InventoryCloseEvent
-
Gets the player who closed the inventory.
- getPlayer() - Method in class net.minestom.server.event.inventory.InventoryOpenEvent
-
Gets the player who opens the inventory.
- getPlayer() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Gets the player who is trying to click on the inventory.
- getPlayer() - Method in class net.minestom.server.event.inventory.PlayerInventoryItemChangeEvent
- getPlayer() - Method in class net.minestom.server.event.item.ItemDropEvent
- getPlayer() - Method in class net.minestom.server.event.item.ItemUpdateStateEvent
- getPlayer() - Method in class net.minestom.server.event.item.PickupExperienceEvent
- getPlayer() - Method in class net.minestom.server.event.player.AdvancementTabEvent
- getPlayer() - Method in class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerChatEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerChunkLoadEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerChunkUnloadEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerCommandEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerDeathEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerDisconnectEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerEatEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerEntityInteractEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerHandAnimationEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerItemAnimationEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerLoginEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerMoveEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerPacketEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerPluginMessageEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerPreEatEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerResourcePackStatusEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerRespawnEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerSettingsChangeEvent
-
Gets the player who changed his settings.
- getPlayer() - Method in class net.minestom.server.event.player.PlayerSkinInitEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerSpawnEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStartDiggingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStartFlyingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStartFlyingWithElytraEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStartSneakingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStartSprintingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStopFlyingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStopFlyingWithElytraEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStopSneakingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerStopSprintingEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerTickEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerUseItemEvent
- getPlayer() - Method in class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
- getPlayer() - Method in interface net.minestom.server.event.trait.PlayerEvent
-
Gets the player.
- getPlayer() - Method in class net.minestom.server.instance.block.BlockHandler.Interaction
- getPlayer() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerDestroy
- getPlayer() - Method in class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- getPlayer() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the player linked to this connection.
- getPlayer(String) - Method in class net.minestom.server.network.ConnectionManager
-
Gets the first player which validate
String.equalsIgnoreCase(String). - getPlayer(UUID) - Method in class net.minestom.server.network.ConnectionManager
-
Gets the first player which validate
UUID.equals(Object). - getPlayer(PlayerConnection) - Method in class net.minestom.server.network.ConnectionManager
-
Gets the
Playerlinked to aPlayerConnection. - getPlayerBossBars(Player) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Gets a collection of all boss bars currently visible to a given player.
- getPlayerConnection() - Method in class net.minestom.server.entity.Player
-
Gets the player connection.
- getPlayerConnectionUuid(PlayerConnection, String) - Method in class net.minestom.server.network.ConnectionManager
-
Computes the UUID of the specified connection.
- getPlayerProvider() - Method in class net.minestom.server.network.ConnectionManager
-
Retrieves the current
PlayerProvider, can be the default one if none is defined. - getPlayers() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
-
Gets an iterable of the players this audience contains.
- getPlayers() - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Gets the list of players.
- getPlayers() - Method in class net.minestom.server.instance.Instance
-
Gets the players in the instance;
- getPlayers() - Method in class net.minestom.server.ping.ResponseData
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ResponseData.getEntries(). This return value is now unmodifiable and this operation is incredibly costly. - getPlayers() - Method in interface net.minestom.server.scoreboard.Scoreboard
- getPlayers() - Method in class net.minestom.server.scoreboard.Team
- getPlayers(Team) - Method in class net.minestom.server.scoreboard.TeamManager
- getPlayerSkin() - Method in class net.minestom.server.item.metadata.PlayerHeadMeta
- getPlayerSound(Player) - Method in class net.minestom.server.entity.damage.DamageType
- getPlayerUuid() - Method in class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
-
Gets the player uuid.
- getPlayPacketsHandler() - Method in class net.minestom.server.network.PacketProcessor
-
Gets the handler for client play packets.
- getPluginRequestChannel(int) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Gets a request channel from a message id, previously cached using
PlayerSocketConnection.addPluginRequestEntry(int, String). - getPopulators() - Method in interface net.minestom.server.instance.ChunkGenerator
-
Gets all the
ChunkPopulatorof this generator. - getPort() - Method in class net.minestom.server.network.socket.Server
- getPose() - Method in class net.minestom.server.entity.Entity
-
Gets the current entity pose.
- getPose() - Method in class net.minestom.server.entity.metadata.EntityMeta
- getPosition() - Method in class net.minestom.server.entity.Entity
-
Gets the entity position.
- getPosition() - Method in class net.minestom.server.entity.hologram.Hologram
-
Gets the position of the hologram.
- getPosition() - Method in class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
-
Gets the position of the interacted block.
- getPotion() - Method in class net.minestom.server.event.entity.EntityPotionAddEvent
-
Returns the potion that was added.
- getPotion() - Method in class net.minestom.server.event.entity.EntityPotionRemoveEvent
-
Returns the potion that was removed.
- getPotion() - Method in class net.minestom.server.potion.TimedPotion
- getPotionEffectColor() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- getPotionType() - Method in class net.minestom.server.item.metadata.PotionMeta
- getPower() - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Gets shot power.
- getPowerLevel() - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Gets the beacon power level.
- getPrecipitation() - Method in class net.minestom.server.world.biomes.Biome
- getPrefix() - Method in class net.minestom.server.scoreboard.Team
-
Gets the prefix of the team.
- getPreviousItem() - Method in class net.minestom.server.event.inventory.InventoryItemChangeEvent
-
Gets a previous item that was on changed slot.
- getPreviousNodes() - Method in class net.minestom.server.command.builder.NodeMaker.Options
- getPrimaryContainer() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getPriority() - Method in interface net.minestom.server.event.EventNode
- getPriority() - Method in class net.minestom.server.event.GlobalEventHandler
- getProfession() - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- getProgressArrow() - Method in class net.minestom.server.inventory.type.FurnaceInventory
- getProjectile() - Method in class net.minestom.server.entity.damage.EntityProjectileDamage
-
Gets the projectile responsible for the damage.
- getProjectile() - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Gets the projectile.
- getProjectile1() - Method in class net.minestom.server.item.metadata.CrossbowMeta
-
Gets the first projectile.
- getProjectile2() - Method in class net.minestom.server.item.metadata.CrossbowMeta
-
Gets the second projectile.
- getProjectile3() - Method in class net.minestom.server.item.metadata.CrossbowMeta
-
Gets the third projectile.
- getPropertiesPacket() - Method in class net.minestom.server.entity.LivingEntity
-
Gets an
EntityPropertiesPacketfor this entity with all of its attributes values. - getPropertiesPacket(Collection<AttributeInstance>) - Method in class net.minestom.server.entity.LivingEntity
-
Gets an
EntityPropertiesPacketfor this entity with the specified attribute values. - getProperty() - Method in enum class net.minestom.server.inventory.InventoryProperty
- getProperty(String) - Method in interface net.minestom.server.instance.block.Block
-
Returns a property value from
Block.properties(). - getProperty(IPropertyKey) - Method in class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- getProperty(IPropertyKey, T) - Method in class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- getPropertyString(IPropertyKey, String) - Method in class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- getProtocol() - Method in class net.minestom.server.ping.ResponseData
-
Get the response protocol version.
- getProtocolVersion() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets protocol version of client.
- getProtocolVersion() - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Gets the protocol version of a client.
- getQueryResponse() - Method in class net.minestom.server.extras.query.event.QueryEvent
-
Gets the query response that will be sent back to the sender.
- getRadius() - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- getRadius() - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- getRadix(String) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- getRateLimit() - Static method in class net.minestom.server.MinecraftServer
-
Gets the maximum number of packets a client can send over 1 second.
- getRaw(String) - Method in class net.minestom.server.command.builder.CommandContext
- getRaw(Argument<?>) - Method in class net.minestom.server.command.builder.CommandContext
- getReceivePacketConsumers() - Method in class net.minestom.server.network.ConnectionManager
-
Deprecated.
- getRecipeId() - Method in class net.minestom.server.recipe.Recipe
- getRecipeManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling recipes show to the clients.
- getRecipes() - Method in class net.minestom.server.recipe.RecipeManager
- getRecipeType() - Method in class net.minestom.server.recipe.Recipe
- getRecipients() - Method in class net.minestom.server.event.player.PlayerChatEvent
-
Those are the players who will receive the message.
- getRed() - Method in class net.minestom.server.color.Color
-
Gets the red component.
- getRefreshPercentage() - Method in class net.minestom.server.thread.ThreadDispatcher
-
Represents the maximum percentage of tick time that can be spent refreshing chunks thread.
- getRegistry(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEnchantment
- getRegistry(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEntityType
- getRegistry(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentParticle
- getRegistry(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentPotionEffect
- getRegistry(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentRegistry
- getRelativeTo(int, int, int) - Method in class net.minestom.server.utils.block.BlockUtils
- getRemainingFuelTick() - Method in class net.minestom.server.inventory.type.FurnaceInventory
-
Represents the amount of tick until the fire icon come empty.
- getRemoteAddress() - Method in class net.minestom.server.network.player.FakePlayerConnection
- getRemoteAddress() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the remote address of the client.
- getRemoteAddress() - Method in class net.minestom.server.network.player.PlayerSocketConnection
- getRemovalAnimationDelay() - Method in class net.minestom.server.entity.EntityCreature
-
Gets the kill animation delay before vanishing the entity.
- getRemovePacket(String[]) - Static method in class net.minestom.server.utils.advancement.AdvancementUtils
-
Gets an
AdvancementsPacketwhich remove the specified identifiers. - getRemovePlayerToList() - Method in class net.minestom.server.entity.Player
-
Gets the packet to remove the player from the tab-list.
- getRenderer() - Method in class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- getRenderer() - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- getRepairCost() - Method in class net.minestom.server.inventory.type.AnvilInventory
-
Gets the anvil repair cost.
- getResource() - Method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- getResource(String) - Method in class net.minestom.server.extensions.Extension
-
Gets a resource from the extension directory, or from inside the jar if it does not exist in the extension directory.
- getResource(Path) - Method in class net.minestom.server.extensions.Extension
-
Gets a resource from the extension directory, or from inside the jar if it does not exist in the extension directory.
- getResourceAsStream(String) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getResourceAsStreamWithChildren(String) - Method in class net.minestom.server.extras.selfmodification.HierarchyClassLoader
- getRespawnPoint() - Method in class net.minestom.server.entity.Player
-
Used to retrieve the default spawn point.
- getRespawnPosition() - Method in class net.minestom.server.event.player.PlayerRespawnEvent
-
Gets the respawn position.
- getResponseData() - Method in class net.minestom.server.event.server.ServerListPingEvent
-
Gets the response data that is sent to the client.
- getResponseDataConsumer() - Static method in class net.minestom.server.MinecraftServer
-
Deprecated.listen to the
ServerListPingEventinstead - getRestrictions() - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
-
Gets all the word restrictions.
- getResult() - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
-
Gets the final item stack on the ground.
- getResult() - Method in class net.minestom.server.recipe.BlastingRecipe
- getResult() - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- getResult() - Method in class net.minestom.server.recipe.ShapedRecipe
- getResult() - Method in class net.minestom.server.recipe.ShapelessRecipe
- getResult() - Method in class net.minestom.server.recipe.SmeltingRecipe
- getResult() - Method in class net.minestom.server.recipe.SmithingRecipe
- getResult() - Method in class net.minestom.server.recipe.SmokingRecipe
- getResult() - Method in class net.minestom.server.recipe.StonecutterRecipe
- getResultBlock() - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
-
Gets the block which will replace
PlayerBlockBreakEvent.getBlock(). - getResultMap() - Method in class net.minestom.server.monitoring.BenchmarkManager
- getReturnData() - Method in class net.minestom.server.command.builder.CommandContext
- getRightArmRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getRightFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points on the right face of theBoundingBox. - getRightHead() - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- getRightLegRotation() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- getRightShoulderEntityData() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- getRoot() - Method in class net.minestom.server.advancements.AdvancementTab
-
Gets the root advancement of this tab.
- getRotation() - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- getRotation() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
-
Gets the rotation of the symbol (0;360).
- getSafe(String) - Method in class net.minestom.server.registry.Registry.Container
- getScale() - Method in class net.minestom.server.world.biomes.Biome
- getSchedulerManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling scheduled tasks.
- getScore() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- getSecondPotionEffect() - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Gets the second potion effect.
- getSecondUUID() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- getSection(int) - Method in class net.minestom.server.instance.Chunk
- getSection(int) - Method in class net.minestom.server.instance.DynamicChunk
- getSectionAt(int) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- getSectionIndex(int, int, int) - Static method in class net.minestom.server.instance.palette.Palette
-
Gets the index of the block on the section array based on the block position.
- getSections() - Method in class net.minestom.server.instance.Chunk
- getSections() - Method in class net.minestom.server.instance.DynamicChunk
- getSeed() - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Gets the enchantment seed.
- getSender() - Method in class net.minestom.server.extras.query.event.QueryEvent
-
Gets the socket address of the initiator of the query.
- getSendPacketConsumers() - Method in class net.minestom.server.network.ConnectionManager
-
Deprecated.all packet listening methods will ultimately be removed. May or may not work depending on the packet. It is instead recommended to use a proxy, improving scalability and increasing server performance
- getSerializedData(Object2ShortMap<String>, boolean) - Method in class net.minestom.server.data.SerializableData
-
Deprecated.Serializes the data into an array of bytes.
- getSerializedData(Object2ShortMap<String>, boolean) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- getServer() - Static method in class net.minestom.server.MinecraftServer
- getServerAddress() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the server address that the client used to connect.
- getServerAddress() - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Gets the server address that the client used to connect.
- getServerPort() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets the server port that the client used to connect.
- getServerPort() - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Gets the server port that the client used to connect.
- getServiceClassName() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap
- getSessionID() - Method in class net.minestom.server.extras.query.event.QueryEvent
-
Gets the Session ID of the initiator of the query.
- getSettings() - Method in class net.minestom.server.entity.Player
-
Gets the player settings.
- getShakingDirection() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- getShakingMultiplier() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- getShakingPower() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- getSharedInstances() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets all the
SharedInstancelinked to this container. - getShieldHeight() - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- getShooter() - Method in class net.minestom.server.entity.damage.EntityProjectileDamage
-
Gets the shooter of the projectile.
- getShooter() - Method in class net.minestom.server.entity.EntityProjectile
- getShooter() - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.item.FireballMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- getShooter() - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- getShooter() - Method in interface net.minestom.server.entity.metadata.ProjectileMeta
- getShortcut() - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- getShutdownCounterIdentifier() - Method in class net.minestom.server.timer.SchedulerManager
-
Increments the current shutdown counter value.
- getShutdownTask(int) - Method in class net.minestom.server.timer.SchedulerManager
-
Returns the shutdown task associated with this task id
- getShutdownTasks() - Method in class net.minestom.server.timer.SchedulerManager
-
Gets a
Collectionwith all the registered shutdownTask. - getShutdownText() - Method in class net.minestom.server.network.ConnectionManager
-
Gets the kick reason when the server is shutdown using
MinecraftServer.stopCleanly(). - getSideName() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- getSideways() - Method in class net.minestom.server.entity.vehicle.PlayerVehicleInformation
- getSignature() - Method in record class net.minestom.server.entity.PlayerSkin
-
Deprecated.
- getSize() - Method in class net.minestom.server.entity.metadata.flying.PhantomMeta
- getSize() - Method in class net.minestom.server.entity.metadata.other.SlimeMeta
- getSize() - Method in class net.minestom.server.inventory.AbstractInventory
-
Gets the size of the inventory.
- getSize() - Method in enum class net.minestom.server.inventory.InventoryType
- getSkin() - Method in class net.minestom.server.entity.Player
-
Gets the player skin.
- getSkin() - Method in class net.minestom.server.event.player.PlayerSkinInitEvent
-
Gets the spawning skin of the player.
- getSkullOwner() - Method in class net.minestom.server.item.metadata.PlayerHeadMeta
- getSky_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getSkyLight() - Method in class net.minestom.server.instance.Section
- getSlot() - Method in class net.minestom.server.event.inventory.InventoryClickEvent
-
Gets the clicked slot number.
- getSlot() - Method in class net.minestom.server.event.inventory.InventoryItemChangeEvent
-
Gets the changed slot number.
- getSlot() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Gets the clicked slot number.
- getSlot() - Method in class net.minestom.server.event.item.EntityEquipEvent
- getSlot() - Method in class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
-
Gets the slot which the player will held.
- getSlot() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getSneezeTimer() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- getSound(LivingEntity) - Method in class net.minestom.server.entity.damage.DamageType
-
Sound event to play when the given entity is hit by this damage.
- getSoundSourceValue(Sound.Source) - Static method in class net.minestom.server.adventure.AdventurePacketConvertor
-
Gets the int value of a sound source.
- getSource() - Method in class net.minestom.server.entity.damage.EntityDamage
-
Gets the source of the damage.
- getSpawningInstance() - Method in class net.minestom.server.event.player.PlayerLoginEvent
-
Gets the spawning instance of the player.
- getSpawnInstance() - Method in class net.minestom.server.event.entity.EntitySpawnEvent
-
Gets the entity new instance.
- getSpawnInstance() - Method in class net.minestom.server.event.player.PlayerSpawnEvent
-
Gets the entity new instance.
- getSpawnPacket(Entity) - Method in enum class net.minestom.server.entity.EntitySpawnType
- getSpawnPosition() - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- getSpawnTime() - Method in class net.minestom.server.entity.ItemEntity
-
Used to know if the ItemEntity can be pickup.
- getSpell() - Method in class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta
- getSplashTimer() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- getSpread() - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Gets shot spread.
- getSrcInstance() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets the instance from which this one has been copied.
- getStackingRule() - Method in class net.minestom.server.item.ItemStack
- getStart() - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- getStartingTime() - Method in class net.minestom.server.potion.TimedPotion
- getState() - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- getState() - Method in class net.minestom.server.entity.metadata.water.fish.PufferfishMeta
- getStatisticId() - Method in class net.minestom.server.statistic.PlayerStatistic
- getStatisticValueMap() - Method in class net.minestom.server.entity.Player
-
This is the map used to send the statistic packet.
- getStatus() - Method in class net.minestom.server.event.player.PlayerResourcePackStatusEvent
-
Gets the resource pack status.
- getStatus() - Method in class net.minestom.server.timer.Task
-
Gets the current status of the task.
- getStatusPacketsHandler() - Method in class net.minestom.server.network.PacketProcessor
-
Gets the handler for client status packets.
- getStorageManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling storage.
- getStoredEnchantmentMap() - Method in class net.minestom.server.item.metadata.EnchantedBookMeta
-
Gets the stored enchantment map.
- getStrength() - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- getStrength() - Method in class net.minestom.server.instance.Explosion
- getString(String) - Method in class net.minestom.server.registry.Registry.Entry
- getString(String, String) - Method in class net.minestom.server.registry.Registry.Entry
- getSubcommands() - Method in class net.minestom.server.command.builder.Command
- getSuffix() - Method in class net.minestom.server.scoreboard.Team
-
Gets the suffix of the team.
- getSuggestionCallback() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets the suggestion callback of the argument
- getSupplier() - Method in class net.minestom.server.item.ItemMetaBuilder
- getSupplier() - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.FireworkMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.SpawnEggMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- getSupplier() - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- getSyntaxes() - Method in class net.minestom.server.command.builder.Command
-
Gets all the syntaxes of this command.
- getSyntaxesStrings() - Method in class net.minestom.server.command.builder.Command
- getSyntaxesTree() - Method in class net.minestom.server.command.builder.Command
- getSyntaxString() - Method in class net.minestom.server.command.builder.CommandSyntax
- getTab() - Method in class net.minestom.server.advancements.Advancement
-
Gets the advancement tab linked to this advancement.
- getTab(String) - Method in class net.minestom.server.advancements.AdvancementManager
-
Gets an advancement tab by its root identifier.
- getTabId() - Method in class net.minestom.server.event.player.AdvancementTabEvent
-
Gets the tab id.
- getTabs() - Method in class net.minestom.server.advancements.AdvancementManager
-
Gets all the created
AdvancementTab. - getTabs(Player) - Static method in class net.minestom.server.advancements.AdvancementTab
-
Gets all the tabs of a viewer.
- getTag(Tag<T>) - Method in class net.minestom.server.command.ConsoleSender
- getTag(Tag<T>) - Method in class net.minestom.server.command.ServerSender
- getTag(Tag<T>) - Method in class net.minestom.server.entity.damage.DamageType
- getTag(Tag<T>) - Method in class net.minestom.server.entity.Entity
- getTag(Tag<T>) - Method in class net.minestom.server.instance.Chunk
- getTag(Tag<T>) - Method in class net.minestom.server.instance.Instance
- getTag(Tag<T>) - Method in class net.minestom.server.inventory.AbstractInventory
- getTag(Tag<T>) - Method in class net.minestom.server.item.ItemMeta
- getTag(Tag<T>) - Method in class net.minestom.server.item.ItemStack
- getTag(Tag<T>) - Method in interface net.minestom.server.tag.TagReadable
-
Reads the specified tag.
- getTag(Tag.BasicType, String) - Method in class net.minestom.server.gamedata.tags.TagManager
- getTagManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling tags.
- getTagMap() - Method in class net.minestom.server.gamedata.tags.TagManager
- getTags() - Method in class net.minestom.server.event.player.UpdateTagListEvent
-
Deprecated.
- getTarget() - Method in class net.minestom.server.entity.EntityCreature
-
Gets the entity target.
- getTarget() - Method in class net.minestom.server.entity.metadata.monster.GuardianMeta
- getTarget() - Method in class net.minestom.server.event.entity.EntityAttackEvent
- getTarget() - Method in class net.minestom.server.event.player.PlayerEntityInteractEvent
-
Gets the
Entitywith whoPlayerEntityInteractEvent.getPlayer()is interacting. - getTargetBlockPosition(int) - Method in class net.minestom.server.entity.LivingEntity
-
Gets the target (not-air) block position of the entity.
- getTargetSelectors() - Method in class net.minestom.server.entity.ai.EntityAIGroup
-
Gets the target selectors of this group.
- getTask(int) - Method in class net.minestom.server.timer.SchedulerManager
-
Returns the task associated with this task id
- getTasks() - Method in class net.minestom.server.timer.SchedulerManager
-
Gets a
Collectionwith all the registeredTask. - getTeam() - Method in class net.minestom.server.entity.LivingEntity
-
Gets the
Teamof the entity. - getTeam(String) - Method in class net.minestom.server.scoreboard.TeamManager
-
Gets a
Teamwith the given name - getTeamColor() - Method in class net.minestom.server.scoreboard.Team
-
Gets the color of the team.
- getTeamDisplayName() - Method in class net.minestom.server.scoreboard.Team
-
Gets the display name of the team.
- getTeamManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling teams.
- getTeamName() - Method in class net.minestom.server.scoreboard.Team
-
Gets the registry name of the team.
- getTeams() - Method in class net.minestom.server.scoreboard.TeamManager
- getTemperature() - Method in class net.minestom.server.world.biomes.Biome
- getTemperature_modifier() - Method in class net.minestom.server.world.biomes.Biome
- getText() - Method in class net.minestom.server.entity.hologram.Hologram
-
Gets the hologram text.
- getText(String) - Static method in class net.minestom.server.utils.url.URLUtils
- getTextures() - Method in record class net.minestom.server.entity.PlayerSkin
-
Deprecated.
- getThreadProvider() - Method in class net.minestom.server.UpdateManager
-
Gets the current
ThreadDispatcher. - getTickFrozen() - Method in class net.minestom.server.entity.metadata.EntityMeta
- getTicksPerSecond() - Method in class net.minestom.server.utils.time.Tick
-
Gets the whole number of these ticks that occur in one second.
- getTickThread() - Method in class net.minestom.server.acquirable.Acquirable.Handler
- getTickTime() - Method in class net.minestom.server.monitoring.TickMonitor
- getTime() - Method in class net.minestom.server.instance.Instance
-
Gets the current time in the instance (sun/moon).
- getTimeRate() - Method in class net.minestom.server.instance.Instance
-
Gets the rate of the time passing, it is 1 by default
- getTimerExecutionService() - Method in class net.minestom.server.timer.SchedulerManager
-
Gets the scheduled execution service for all the registered
Task. - getTimeSinceLastHit() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- getTimeToBoost() - Method in class net.minestom.server.entity.metadata.animal.PigMeta
- getTimeToBoost() - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- getTimeUpdate() - Method in class net.minestom.server.instance.Instance
-
Gets the rate at which the client is updated with the current instance time
- getTitle() - Method in class net.minestom.server.advancements.Advancement
-
Gets the title of the advancement.
- getTitle() - Method in class net.minestom.server.advancements.notifications.Notification
-
Gets the title of the notification.
- getTitle() - Method in class net.minestom.server.inventory.Inventory
-
Gets the inventory title.
- getTitle() - Method in class net.minestom.server.item.metadata.WritableBookMeta
- getTitle() - Method in class net.minestom.server.item.metadata.WrittenBookMeta
- getTo() - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Gets the position projectile was shot to.
- getTooltip() - Method in class net.minestom.server.command.builder.suggestion.SuggestionEntry
- getTopFace() - Method in class net.minestom.server.collision.BoundingBox
-
Gets an array of
Vecrepresenting the points at the top of theBoundingBox. - getTotalHeight() - Method in class net.minestom.server.world.DimensionType
- getTouching() - Method in class net.minestom.server.instance.block.BlockHandler.Touch
- getTrades() - Method in class net.minestom.server.inventory.type.VillagerInventory
- getTrail() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Whether the firework has a trail effect.
- getTransformerProvider() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- getTravelPosition() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- getTreasurePosition() - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- getType() - Method in class net.minestom.server.command.builder.CommandResult
- getType() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- getType() - Method in class net.minestom.server.entity.metadata.animal.RabbitMeta
- getType() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- getType() - Method in class net.minestom.server.entity.Metadata.Value
- getType() - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- getType() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- getType() - Method in class net.minestom.server.item.firework.FireworkEffect
-
Retrieves type of the firework effect.
- getType() - Method in enum class net.minestom.server.item.firework.FireworkEffectType
-
Retrieves the type of the firework effect.
- getType() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
-
Gets the decoration type.
- getType() - Method in class net.minestom.server.scoreboard.TabList
-
Gets the scoreboard objective type
- getType() - Method in enum class net.minestom.server.world.biomes.Biome.Category
- getType() - Method in enum class net.minestom.server.world.biomes.Biome.Precipitation
- getType() - Method in enum class net.minestom.server.world.biomes.Biome.TemperatureModifier
- getType() - Method in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
- getUniqueId() - Method in class net.minestom.server.instance.Instance
-
Gets the instance unique id.
- getUnknownCommandCallback() - Method in class net.minestom.server.command.CommandManager
-
Gets the callback executed once an unknown command is run.
- getUpdateManager() - Static method in class net.minestom.server.MinecraftServer
-
Gets the manager handling the server ticks.
- getUpdatePacket() - Method in class net.minestom.server.advancements.Advancement
-
Gets the packet used to add this advancement to the already existing tab.
- getUrl() - Method in class net.minestom.server.resourcepack.ResourcePack
-
Gets the resource pack URL.
- getUsedMemory() - Method in class net.minestom.server.monitoring.BenchmarkManager
-
Gets the heap memory used by the server in bytes.
- getUsername() - Method in class net.minestom.server.entity.Player
-
Gets the player's username.
- getUsername() - Method in class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
-
Gets the player username.
- getUserPercentage() - Method in class net.minestom.server.monitoring.ThreadResult
- getUuid() - Method in class net.minestom.server.entity.Entity
-
Gets the entity
UUID. - getUuid() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getUuid() - Method in class net.minestom.server.ping.ResponseData.PingPlayer
-
Deprecated.
- getUuid() - Method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Gets the UUID of this object.
- getValue() - Method in class net.minestom.server.attribute.AttributeInstance
-
Gets the value of this instance calculated with modifiers applied.
- getValue() - Method in class net.minestom.server.entity.Metadata.Value
- getValue() - Method in enum class net.minestom.server.extras.query.response.QueryKey
-
Gets the value of this query key.
- getValue() - Method in class net.minestom.server.item.attribute.ItemAttribute
- getValue() - Method in enum class net.minestom.server.utils.entity.EntityFinder.ToggleableType
- getValues() - Method in class net.minestom.server.gamedata.tags.Tag
-
Returns an immutable set of values present in this tag
- getVariant() - Method in class net.minestom.server.entity.metadata.animal.HorseMeta
- getVariant() - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- getVariant() - Method in class net.minestom.server.entity.metadata.animal.MooshroomMeta
- getVariant() - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- getVariant() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- getVariantFromID(int) - Static method in class net.minestom.server.entity.metadata.animal.HorseMeta
- getVariantFromID(int) - Static method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- getVariantID(HorseMeta.Marking, HorseMeta.Color) - Static method in class net.minestom.server.entity.metadata.animal.HorseMeta
- getVariantID(TropicalFishMeta.Variant) - Static method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- getVarIntSize(int) - Static method in class net.minestom.server.utils.Utils
- getVehicle() - Method in class net.minestom.server.entity.Entity
-
Gets the entity vehicle or null.
- getVehicleInformation() - Method in class net.minestom.server.entity.Player
-
Gets the player vehicle information.
- getVelocity() - Method in class net.minestom.server.entity.Entity
-
Gets the entity current velocity.
- getVelocity() - Method in class net.minestom.server.event.entity.EntityVelocityEvent
-
Gets the velocity which will be applied.
- getVelocityForPacket() - Method in class net.minestom.server.entity.Entity
- getVelocityPacket() - Method in class net.minestom.server.entity.Entity
- getVersion() - Method in class net.minestom.server.extensions.DiscoveredExtension
- getVersion() - Method in class net.minestom.server.ping.ResponseData
-
Get the version name for the response.
- getViewDistance() - Method in class net.minestom.server.entity.Player.PlayerSettings
-
Gets the player view distance.
- getViewers() - Method in class net.minestom.server.advancements.AdvancementTab
- getViewers() - Method in class net.minestom.server.entity.Entity
- getViewers() - Method in class net.minestom.server.entity.hologram.Hologram
-
Gets all the viewers of this viewable element.
- getViewers() - Method in class net.minestom.server.instance.Chunk
- getViewers() - Method in class net.minestom.server.inventory.Inventory
- getViewers() - Method in class net.minestom.server.scoreboard.BelowNameTag
- getViewers() - Method in class net.minestom.server.scoreboard.Sidebar
- getViewers() - Method in class net.minestom.server.scoreboard.TabList
- getViewers() - Method in interface net.minestom.server.Viewable
-
Gets all the viewers of this viewable element.
- getViewersAsAudience() - Method in interface net.minestom.server.Viewable
-
Gets the result of
Viewable.getViewers()as an Adventure Audience. - getViewersAsAudiences() - Method in interface net.minestom.server.Viewable
- getVillagerData() - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- getVillagerData() - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta
- getVillagerLevel() - Method in class net.minestom.server.inventory.type.VillagerInventory
- getWaitedPercentage() - Method in class net.minestom.server.monitoring.ThreadResult
- getWarningBlocks() - Method in class net.minestom.server.instance.WorldBorder
- getWarningTime() - Method in class net.minestom.server.instance.WorldBorder
- getWater_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getWater_fog_color() - Method in class net.minestom.server.world.biomes.BiomeEffects
- getWeight() - Method in interface net.minestom.server.utils.WeightedRandomItem
- getWidth() - Method in class net.minestom.server.collision.BoundingBox
-
Gets the width of the
BoundingBox. - getWidth() - Method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- getWidth() - Method in class net.minestom.server.recipe.ShapedRecipe
- getWindowId() - Method in class net.minestom.server.inventory.Inventory
-
Gets this window id.
- getWindowType() - Method in enum class net.minestom.server.inventory.InventoryType
- getWorldAge() - Method in class net.minestom.server.instance.Instance
-
Gets the age of this instance in tick.
- getWorldBorder() - Method in class net.minestom.server.instance.Instance
-
Gets the instance
WorldBorder; - getX() - Method in class net.minestom.server.advancements.Advancement
-
Gets the X position of this advancement.
- getX() - Method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- getX() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
-
Gets the X position of the decoration.
- getY() - Method in class net.minestom.server.advancements.Advancement
-
Gets the Y position of this advancement.
- getY() - Method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- getZ() - Method in class net.minestom.server.item.metadata.MapMeta.MapDecoration
-
Gets the Z position of the decoration.
- GHAST - Static variable in interface net.minestom.server.entity.EntityType
- GHAST_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- GHAST_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- GHAST_TEAR - Static variable in interface net.minestom.server.item.Material
- GHAST_WARNS - Enum constant in enum class net.minestom.server.effects.Effects
- GhastMeta - Class in net.minestom.server.entity.metadata.flying
- GhastMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.flying.GhastMeta
- GIANT - Static variable in interface net.minestom.server.entity.EntityType
- GiantMeta - Class in net.minestom.server.entity.metadata.monster
- GiantMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.GiantMeta
- GILDED_BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- GILDED_BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- GLASS - Static variable in interface net.minestom.server.instance.block.Block
- GLASS - Static variable in interface net.minestom.server.item.Material
- GLASS_BOTTLE - Static variable in interface net.minestom.server.item.Material
- GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- GLISTERING_MELON_SLICE - Static variable in interface net.minestom.server.item.Material
- GlobalEventHandler - Class in net.minestom.server.event
-
Object containing all the global event listeners.
- GlobalEventHandler() - Constructor for class net.minestom.server.event.GlobalEventHandler
- GlobalHandles - Class in net.minestom.server.event
-
Contains handles to the main node
MinecraftServer.getGlobalEventHandler()(compatible withEventDispatcher). - GlobalHandles() - Constructor for class net.minestom.server.event.GlobalHandles
- globalListener(CommandSender, CommandContext, String) - Method in class net.minestom.server.command.builder.Command
-
Called when a
CommandSenderexecutes this command before any syntax callback. - GlobalPropertyServiceMinestom - Class in net.minestom.server.extras.selfmodification.mixins
-
Global properties service for Mixin
- GlobalPropertyServiceMinestom() - Constructor for class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- GLOBE_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- GLOW - Static variable in interface net.minestom.server.particle.Particle
- GLOW_BERRIES - Static variable in interface net.minestom.server.item.Material
- GLOW_INK_SAC - Static variable in interface net.minestom.server.item.Material
- GLOW_ITEM_FRAME - Static variable in interface net.minestom.server.entity.EntityType
- GLOW_ITEM_FRAME - Static variable in interface net.minestom.server.item.Material
- GLOW_LICHEN - Static variable in interface net.minestom.server.instance.block.Block
- GLOW_LICHEN - Static variable in interface net.minestom.server.item.Material
- GLOW_SQUID - Static variable in interface net.minestom.server.entity.EntityType
- GLOW_SQUID_INK - Static variable in interface net.minestom.server.particle.Particle
- GLOW_SQUID_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- GLOWING - Static variable in interface net.minestom.server.potion.PotionEffect
- GlowItemFrameMeta - Class in net.minestom.server.entity.metadata.other
- GlowItemFrameMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.GlowItemFrameMeta
- GlowSquidMeta - Class in net.minestom.server.entity.metadata.water
- GlowSquidMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.GlowSquidMeta
- GLOWSTONE - Static variable in interface net.minestom.server.instance.block.Block
- GLOWSTONE - Static variable in interface net.minestom.server.item.Material
- GLOWSTONE_DUST - Static variable in interface net.minestom.server.item.Material
- GOAL - Enum constant in enum class net.minestom.server.advancements.FrameType
-
A square with a outward rounded edge on the top and bottom as the frame.
- GoalSelector - Class in net.minestom.server.entity.ai
- GoalSelector(EntityCreature) - Constructor for class net.minestom.server.entity.ai.GoalSelector
- GOAT - Static variable in interface net.minestom.server.entity.EntityType
- GOAT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- GoatMeta - Class in net.minestom.server.entity.metadata.animal
- GoatMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.GoatMeta
- GOLD - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- GOLD - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- GOLD - Enum constant in enum class net.minestom.server.map.MapColors
- GOLD_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- GOLD_BLOCK - Static variable in interface net.minestom.server.item.Material
- GOLD_INGOT - Static variable in interface net.minestom.server.item.Material
- GOLD_NUGGET - Static variable in interface net.minestom.server.item.Material
- GOLD_ORE - Static variable in interface net.minestom.server.instance.block.Block
- GOLD_ORE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_APPLE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_AXE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_BOOTS - Static variable in interface net.minestom.server.item.Material
- GOLDEN_CARROT - Static variable in interface net.minestom.server.item.Material
- GOLDEN_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_HELMET - Static variable in interface net.minestom.server.item.Material
- GOLDEN_HOE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_HORSE_ARMOR - Static variable in interface net.minestom.server.item.Material
- GOLDEN_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- GOLDEN_PICKAXE - Static variable in interface net.minestom.server.item.Material
- GOLDEN_SHOVEL - Static variable in interface net.minestom.server.item.Material
- GOLDEN_SWORD - Static variable in interface net.minestom.server.item.Material
- gotoDefaultPhase() - Static method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- gotoInitPhase() - Static method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- gotoPreinitPhase() - Static method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- GRAHAM - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- GRANITE - Static variable in interface net.minestom.server.instance.block.Block
- GRANITE - Static variable in interface net.minestom.server.item.Material
- GRANITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- GRANITE_SLAB - Static variable in interface net.minestom.server.item.Material
- GRANITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- GRANITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- GRANITE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- GRANITE_WALL - Static variable in interface net.minestom.server.item.Material
- Graphics2DFramebuffer - Class in net.minestom.server.map.framebuffers
-
Framebufferthat embeds a BufferedImage, allowing for rendering directly via Graphics2D or its pixel array. - Graphics2DFramebuffer() - Constructor for class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- GRASS - Enum constant in enum class net.minestom.server.map.MapColors
- GRASS - Static variable in interface net.minestom.server.instance.block.Block
- GRASS - Static variable in interface net.minestom.server.item.Material
- GRASS_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- GRASS_BLOCK - Static variable in interface net.minestom.server.item.Material
- grassColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- grassColorModifier(BiomeEffects.GrassColorModifier) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- GRAVEL - Static variable in interface net.minestom.server.instance.block.Block
- GRAVEL - Static variable in interface net.minestom.server.item.Material
- GRAVITY - Static variable in class net.minestom.server.entity.damage.DamageType
- gravityAcceleration - Variable in class net.minestom.server.entity.Entity
-
Acceleration on the Y axle due to gravity
- gravityDragPerTick - Variable in class net.minestom.server.entity.Entity
-
The amount of drag applied on the Y axle.
- gravityTickCount - Variable in class net.minestom.server.entity.Entity
- GRAY - Enum constant in enum class net.minestom.server.color.DyeColor
- GRAY - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- GRAY - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- GRAY_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_BANNER - Static variable in interface net.minestom.server.item.Material
- GRAY_BED - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_BED - Static variable in interface net.minestom.server.item.Material
- GRAY_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_CANDLE - Static variable in interface net.minestom.server.item.Material
- GRAY_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_CARPET - Static variable in interface net.minestom.server.item.Material
- GRAY_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_CONCRETE - Static variable in interface net.minestom.server.item.Material
- GRAY_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- GRAY_DYE - Static variable in interface net.minestom.server.item.Material
- GRAY_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- GRAY_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- GRAY_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- GRAY_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- GRAY_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- GRAY_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- GRAY_WOOL - Static variable in interface net.minestom.server.item.Material
- green() - Method in class net.minestom.server.color.Color
- green() - Method in enum class net.minestom.server.color.DyeColor
- green() - Method in enum class net.minestom.server.map.MapColors
- GREEN - Enum constant in enum class net.minestom.server.color.DyeColor
- GREEN - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- GREEN_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_BANNER - Static variable in interface net.minestom.server.item.Material
- GREEN_BED - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_BED - Static variable in interface net.minestom.server.item.Material
- GREEN_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_CANDLE - Static variable in interface net.minestom.server.item.Material
- GREEN_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_CARPET - Static variable in interface net.minestom.server.item.Material
- GREEN_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_CONCRETE - Static variable in interface net.minestom.server.item.Material
- GREEN_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- GREEN_DYE - Static variable in interface net.minestom.server.item.Material
- GREEN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- GREEN_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- GREEN_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- GREEN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- GREEN_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- GREEN_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- GREEN_WOOL - Static variable in interface net.minestom.server.item.Material
- GREY - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- GRINDSTONE - Enum constant in enum class net.minestom.server.inventory.InventoryType
- GRINDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- GRINDSTONE - Static variable in interface net.minestom.server.item.Material
- Group(String, Argument<?>...) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- GROUPED_PACKET - Static variable in class net.minestom.server.utils.PacketUtils
- gson() - Method in class net.minestom.server.adventure.provider.MinestomGsonComponentSerializerProvider
- gsonLegacy() - Method in class net.minestom.server.adventure.provider.MinestomGsonComponentSerializerProvider
- GUARDIAN - Static variable in interface net.minestom.server.entity.EntityType
- GUARDIAN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- GuardianMeta - Class in net.minestom.server.entity.metadata.monster
- GuardianMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.GuardianMeta
- GUNPOWDER - Static variable in interface net.minestom.server.item.Material
H
- hand - Variable in class net.minestom.server.network.packet.client.play.ClientAnimationPacket
- hand - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- hand - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- hand - Variable in class net.minestom.server.network.packet.client.play.ClientUseItemPacket
- hand - Variable in class net.minestom.server.network.packet.server.play.OpenBookPacket
- handleAutoViewAddition(Entity) - Method in class net.minestom.server.utils.ViewEngine
- handleAutoViewRemoval(Entity) - Method in class net.minestom.server.utils.ViewEngine
- handleCollection(Collection<?>, String, Supplier<NBT>) - Method in class net.minestom.server.item.ItemMetaBuilder
- handleCompound(String, Consumer<NBTCompound>) - Method in class net.minestom.server.item.ItemMetaBuilder
- handleException(Throwable) - Method in interface net.minestom.server.exception.ExceptionHandler
-
Called when a exception was caught.
- handleException(Throwable) - Method in class net.minestom.server.exception.ExceptionManager
-
Handles an exception, if no
ExceptionHandleris set, it just prints the stack trace. - handleKeepAlive(long) - Method in class net.minestom.server.network.ConnectionManager
-
Updates keep alive by checking the last keep alive packet and send a new one if needed.
- handleMap(Map<?, ?>, String, Supplier<NBT>) - Method in class net.minestom.server.item.ItemMetaBuilder
- handleNullable(Object, String, Supplier<NBT>) - Method in class net.minestom.server.item.ItemMetaBuilder
- handlePhysics(Entity, Vec) - Static method in class net.minestom.server.collision.CollisionUtils
-
Moves an entity with physics applied (ie checking against blocks)
- handler() - Method in interface net.minestom.server.instance.block.Block
-
Returns the block handler.
- handler(Consumer<T>) - Method in class net.minestom.server.event.EventListener.Builder
-
Sets the handler for this event listener.
- Handler() - Constructor for class net.minestom.server.acquirable.Acquirable.Handler
- handlerType() - Method in interface net.minestom.server.event.EventFilter
-
The type returned by
EventFilter.getHandler(Event). - handleVoid() - Method in class net.minestom.server.entity.Entity
-
How does this entity handle being in the void?
- handleVoid() - Method in class net.minestom.server.entity.LivingEntity
- HandshakePacket - Class in net.minestom.server.network.packet.client.handshake
- HandshakePacket() - Constructor for class net.minestom.server.network.packet.client.handshake.HandshakePacket
- HANGING_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- HANGING_ROOTS - Static variable in interface net.minestom.server.item.Material
- HAPPY_VILLAGER - Static variable in interface net.minestom.server.particle.Particle
- HARD - Enum constant in enum class net.minestom.server.world.Difficulty
- hardcore - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- hardness() - Method in class net.minestom.server.registry.Registry.BlockEntry
- HARMING - Static variable in interface net.minestom.server.potion.PotionType
- has(String) - Method in class net.minestom.server.command.builder.CommandContext
- has(String) - Method in class net.minestom.server.command.builder.CommandData
- has(Argument<?>) - Method in class net.minestom.server.command.builder.CommandContext
- hasAccess(CommandSender, String) - Method in class net.minestom.server.command.builder.SimpleCommand
-
Called to know if a player has access to the command.
- hasChatColors() - Method in class net.minestom.server.entity.Player.PlayerSettings
-
Gets if the player has chat colors enabled.
- hasCompression() - Method in class net.minestom.server.storage.StorageOptions
-
Deprecated.Gets if compression should be enabled.
- hasCooldown(long, long, Duration) - Static method in class net.minestom.server.utils.time.Cooldown
-
Gets if something is in cooldown based on the current time.
- hasCooldown(long, long, TemporalUnit, long) - Static method in class net.minestom.server.utils.time.Cooldown
-
Gets if something is in cooldown based on the current time.
- hasCooldown(long, TemporalUnit, int) - Static method in class net.minestom.server.utils.time.Cooldown
-
Gets if something is in cooldown based on the current time (
System.currentTimeMillis()). - hasEnabledAutoChunkLoad() - Method in class net.minestom.server.instance.Instance
-
Gets if the instance should auto load chunks.
- hasEnabledAutoChunkLoad() - Method in class net.minestom.server.instance.InstanceContainer
- hasEnabledAutoChunkLoad() - Method in class net.minestom.server.instance.SharedInstance
- hasEquipment(EquipmentSlot) - Method in interface net.minestom.server.inventory.EquipmentHandler
- hasErrorCallback() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets if the argument has any error callback.
- hasExtension(String) - Method in class net.minestom.server.extensions.ExtensionManager
- hasFailedToLoadMixin() - Method in class net.minestom.server.extensions.DiscoveredExtension
- hash - Variable in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- hasHandAnimation() - Method in class net.minestom.server.event.item.ItemUpdateStateEvent
- hashCode() - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Returns a hash code value for this object.
- hashCode() - Method in class net.minestom.server.color.Color
- hashCode() - Method in class net.minestom.server.command.builder.arguments.Argument
- hashCode() - Method in record class net.minestom.server.coordinate.Pos
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.minestom.server.coordinate.Vec
-
Returns a hash code value for this object.
- hashCode() - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- hashCode() - Method in record class net.minestom.server.entity.PlayerSkin
-
Returns a hash code value for this object.
- hashCode() - Method in class net.minestom.server.item.firework.FireworkEffect
- hashCode() - Method in class net.minestom.server.item.ItemMeta
- hashCode() - Method in class net.minestom.server.item.ItemStack
- hashCode() - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Returns a hash code value for this object.
- hashCode() - Method in class net.minestom.server.permission.Permission
- hashCode() - Method in class net.minestom.server.potion.CustomPotionEffect
- hashCode() - Method in class net.minestom.server.thread.ThreadDispatcher.ChunkEntry
- hashCode() - Method in class net.minestom.server.timer.Task
- hashCode() - Method in record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Returns a hash code value for this object.
- hashCode() - Method in class net.minestom.server.utils.NamespaceID
- hashCode() - Method in class net.minestom.server.world.DimensionType
- hashedSeed - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- hashedSeed - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- hasKey(String) - Method in class net.minestom.server.data.Data
-
Deprecated.Gets if the data has a key.
- hasKey(String) - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- hasKey(String) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- hasLineOfSight(Entity) - Method in class net.minestom.server.entity.Entity
-
Checks whether the current entity has line of sight to the given one.
- hasListener() - Method in interface net.minestom.server.event.ListenerHandle
-
Gets if any listener has been registered for the given handle.
- hasMax - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- hasMax() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
-
Gets if the argument has a maximum.
- hasMin - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- hasMin() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
-
Gets if the argument has a minimum.
- hasNbt() - Method in interface net.minestom.server.instance.block.Block
- hasNext() - Method in class net.minestom.server.utils.block.BlockIterator
-
Returns true if the iteration has more elements
- hasNoGravity() - Method in class net.minestom.server.entity.Entity
-
Gets the noGravity metadata field.
- hasPassenger() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity has any passenger.
- hasPermission(String) - Method in interface net.minestom.server.permission.PermissionHandler
-
Gets if this handler has the permission with the name
permissionName. - hasPermission(String, PermissionVerifier) - Method in interface net.minestom.server.permission.PermissionHandler
-
Gets if this handler has the permission with the name
permissionNameand which verify the optionalPermissionVerifier. - hasPermission(Permission) - Method in interface net.minestom.server.permission.PermissionHandler
-
Gets if this handler has the permission
permission. - hasPhysics - Variable in class net.minestom.server.entity.Entity
- hasPredictableViewers() - Method in class net.minestom.server.entity.Entity
-
Gets if this entity's viewers (surrounding players) can be predicted from surrounding chunks.
- hasPredictableViewers() - Method in class net.minestom.server.utils.ViewEngine
- hasReducedDebugScreenInformation() - Method in class net.minestom.server.entity.Player
-
Gets if the player has the reduced debug screen.
- hasRestrictions() - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
-
Gets if this argument allow complete freedom in the word choice or if a list has been defined.
- hasSharedInstances() - Method in class net.minestom.server.instance.InstanceContainer
-
Gets if this instance has
SharedInstancelinked to it. - hasState() - Method in interface net.minestom.server.item.Material
- hasSuggestion() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Check if the argument has a suggestion.
- hasSuggestion() - Method in class net.minestom.server.command.builder.CommandSyntax
- hasTag(Tag<?>) - Method in interface net.minestom.server.tag.TagReadable
-
Returns if a tag is present.
- HASTE - Static variable in interface net.minestom.server.potion.PotionEffect
- hasToast() - Method in class net.minestom.server.advancements.Advancement
-
Gets if this advancement has a toast.
- hasTooltip - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- hasVelocity() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity currently has a velocity applied.
- HAY_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- HAY_BLOCK - Static variable in interface net.minestom.server.item.Material
- HEAD - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- header - Variable in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- headPitch - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- heal() - Method in class net.minestom.server.entity.LivingEntity
-
Sets the heal of the entity as its max health.
- HEALING - Static variable in interface net.minestom.server.potion.PotionType
- health - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- health - Variable in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- HEALTH_BOOST - Static variable in interface net.minestom.server.potion.PotionEffect
- HEART - Static variable in interface net.minestom.server.particle.Particle
- HEART_OF_THE_SEA - Static variable in interface net.minestom.server.item.Material
- HEARTS - Enum constant in enum class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket.Type
- HEAVY_WEIGHTED_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- HEAVY_WEIGHTED_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- height - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapedCraftingRecipe
- height() - Method in interface net.minestom.server.entity.EntityType
- height() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- height() - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- height() - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- height() - Method in interface net.minestom.server.map.LargeFramebuffer
- height() - Method in class net.minestom.server.registry.Registry.EntityEntry
- height(int) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- HEIGHT - Static variable in interface net.minestom.server.map.Framebuffer
- heightmapsNBT - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- HELD_ITEM_CHANGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- HeldItemChangePacket - Class in net.minestom.server.network.packet.server.play
- HeldItemChangePacket() - Constructor for class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- HeldItemChangePacket(byte) - Constructor for class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- heldListener(ClientHeldItemChangePacket, Player) - Static method in class net.minestom.server.listener.PlayerHeldListener
- HELMET - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- HELMET_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- HERO_OF_THE_VILLAGE - Static variable in interface net.minestom.server.potion.PotionEffect
- hiddenBuilder() - Static method in class net.minestom.server.world.DimensionType
- HIDE_ATTRIBUTES - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_DESTROYS - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_DYE - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_ENCHANTS - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_FOR_OTHER_TEAMS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
Hides the name tag for other teams
- HIDE_FOR_OWN_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
Hides the name tag for the own team
- HIDE_PLACED_ON - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_POTION_EFFECTS - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- HIDE_UNBREAKABLE - Enum constant in enum class net.minestom.server.item.ItemHideFlag
- hideBossBar(BossBar) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- hideBossBar(BossBar) - Method in class net.minestom.server.entity.Player
- hideFlag - Variable in class net.minestom.server.item.ItemMetaBuilder
- hideFlag(int) - Method in class net.minestom.server.item.ItemMetaBuilder
- hideFlag(ItemHideFlag...) - Method in class net.minestom.server.item.ItemMetaBuilder
- HierarchyClassLoader - Class in net.minestom.server.extras.selfmodification
-
Classloader part of a hierarchy of classloader
- HierarchyClassLoader(String, URL[], ClassLoader) - Constructor for class net.minestom.server.extras.selfmodification.HierarchyClassLoader
- HOGLIN - Static variable in interface net.minestom.server.entity.EntityType
- HOGLIN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- HoglinMeta - Class in net.minestom.server.entity.metadata.animal
- HoglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.HoglinMeta
- holdingEntityId - Variable in class net.minestom.server.network.packet.server.play.AttachEntityPacket
- Hologram - Class in net.minestom.server.entity.hologram
-
Represents an invisible armor stand showing a
Component. - Hologram(Instance, Pos, Component) - Constructor for class net.minestom.server.entity.hologram.Hologram
-
Constructs a new
Hologramwith the given parameters. - Hologram(Instance, Pos, Component, boolean) - Constructor for class net.minestom.server.entity.hologram.Hologram
-
Constructs a new
Hologramwith the given parameters. - Hologram(Instance, Pos, Component, boolean, boolean) - Constructor for class net.minestom.server.entity.hologram.Hologram
-
Constructs a new
Hologramwith the given parameters. - HONEY_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- HONEY_BLOCK - Static variable in interface net.minestom.server.item.Material
- HONEY_BOTTLE - Static variable in interface net.minestom.server.item.Material
- HONEYCOMB - Static variable in interface net.minestom.server.item.Material
- HONEYCOMB_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- HONEYCOMB_BLOCK - Static variable in interface net.minestom.server.item.Material
- HOPPER - Enum constant in enum class net.minestom.server.inventory.InventoryType
- HOPPER - Static variable in interface net.minestom.server.instance.block.Block
- HOPPER - Static variable in interface net.minestom.server.item.Material
- HOPPER_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- HOPPER_MINECART - Static variable in interface net.minestom.server.item.Material
- HopperMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- HopperMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.HopperMinecartMeta
- HORIZONTAL - Static variable in enum class net.minestom.server.utils.Direction
- HORN_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- HORN_CORAL - Static variable in interface net.minestom.server.item.Material
- HORN_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- HORN_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- HORN_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- HORN_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- HORN_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- HORSE - Static variable in interface net.minestom.server.entity.EntityType
- HORSE_JUMP_STRENGTH - Static variable in class net.minestom.server.attribute.Attribute
- HORSE_JUMP_STRENGTH - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- HORSE_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- HORSE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- horseJumpBoost - Variable in class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- HorseMeta - Class in net.minestom.server.entity.metadata.animal
- HorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.HorseMeta
- HorseMeta.Color - Enum Class in net.minestom.server.entity.metadata.animal
- HorseMeta.Marking - Enum Class in net.minestom.server.entity.metadata.animal
- HorseMeta.Variant - Class in net.minestom.server.entity.metadata.animal
- HOST_IP - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- HOST_PORT - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- HOSTNAME - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- HOUR - Static variable in class net.minestom.server.utils.time.TimeUnit
- HOVERING_WITHOUT_AI - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- HUNGER - Static variable in interface net.minestom.server.potion.PotionEffect
- HUSK - Static variable in interface net.minestom.server.entity.EntityType
- HUSK_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- HuskMeta - Class in net.minestom.server.entity.metadata.monster.zombie
- HuskMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.zombie.HuskMeta
I
- ICE - Enum constant in enum class net.minestom.server.map.MapColors
- ICE - Static variable in interface net.minestom.server.instance.block.Block
- ICE - Static variable in interface net.minestom.server.item.Material
- IChunkLoader - Interface in net.minestom.server.instance
-
Interface implemented to change the way chunks are loaded/saved.
- icon - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- Icon() - Constructor for class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- icons - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- ICY - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- id - Variable in class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
- id - Variable in class net.minestom.server.network.packet.client.play.ClientPongPacket
- id - Variable in class net.minestom.server.network.packet.server.play.KeepAlivePacket
- id - Variable in class net.minestom.server.network.packet.server.play.PingPacket
- id() - Method in interface net.minestom.server.entity.EntityType
- id() - Method in interface net.minestom.server.instance.block.Block
- id() - Method in interface net.minestom.server.item.Enchantment
- id() - Method in interface net.minestom.server.item.Material
- id() - Method in interface net.minestom.server.potion.PotionEffect
- id() - Method in interface net.minestom.server.registry.ProtocolObject
- id() - Method in class net.minestom.server.registry.Registry.BlockEntry
- id() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- id() - Method in class net.minestom.server.registry.Registry.EntityEntry
- id() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- id() - Method in class net.minestom.server.registry.Registry.PotionEffectEntry
- ID - Static variable in interface net.minestom.server.instance.block.Block.Comparator
- ID_COUNTER - Static variable in class net.minestom.server.world.biomes.Biome
- identified(UUID) - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with an empty name and a given UUID. - identifier - Variable in class net.minestom.server.network.packet.server.play.SelectAdvancementTabPacket
- identifiersToRemove - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- identity() - Method in class net.minestom.server.entity.Player
- IDENTITY - Static variable in interface net.minestom.server.instance.block.Block.Comparator
- IDLE - Enum constant in enum class net.minestom.server.entity.metadata.monster.CreeperMeta.State
- IExtensionObserver - Interface in net.minestom.server.extensions
-
Observes events related to extensions
- IGNORE_ENTITIES - Static variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- ignoreCancelled(boolean) - Method in class net.minestom.server.event.EventListener.Builder
-
Specifies if the handler should still be called if
CancellableEvent.isCancelled()returnstrue. - ILLUSIONER - Static variable in interface net.minestom.server.entity.EntityType
- IllusionerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- IllusionerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.IllusionerMeta
- IMPALING - Static variable in interface net.minestom.server.item.Enchantment
- INCLUDE - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.ToggleableType
- INDEV_CLASSES_FOLDER - Static variable in class net.minestom.server.extensions.ExtensionManager
- INDEV_RESOURCES_FOLDER - Static variable in class net.minestom.server.extensions.ExtensionManager
- index - Variable in class net.minestom.server.entity.Metadata.Entry
- index(int, int) - Static method in interface net.minestom.server.map.Framebuffer
- index(int, int, int) - Static method in interface net.minestom.server.map.Framebuffer
- INFESTED_CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_CHISELED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- INFESTED_COBBLESTONE - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_COBBLESTONE - Static variable in interface net.minestom.server.item.Material
- INFESTED_CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_CRACKED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- INFESTED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- INFESTED_MOSSY_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_MOSSY_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- INFESTED_STONE - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_STONE - Static variable in interface net.minestom.server.item.Material
- INFESTED_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- INFESTED_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- infiniburn(NamespaceID) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- INFINITY - Static variable in interface net.minestom.server.item.Enchantment
- inflater - Variable in class net.minestom.server.network.socket.Worker.Context
- Ingredient() - Constructor for class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.Ingredient
- init() - Static method in class net.minestom.server.attribute.Attributes
-
Deprecated.
- init() - Static method in class net.minestom.server.command.builder.NodeMaker.Options
- init() - Static method in class net.minestom.server.extras.MojangAuth
-
Enables mojang authentication on the server.
- init() - Static method in class net.minestom.server.extras.PlacementRules
- init() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- init() - Static method in class net.minestom.server.MinecraftServer
- init(Player) - Method in class net.minestom.server.instance.WorldBorder
-
Sends the world border init packet to a player.
- init(SocketAddress) - Method in class net.minestom.server.network.socket.Server
- initialize() - Method in class net.minestom.server.extensions.Extension
- INITIALIZE_WORLD_BORDER - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- InitializeWorldBorderPacket - Class in net.minestom.server.network.packet.server.play
- InitializeWorldBorderPacket() - Constructor for class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- initPlayer(UUID, String, FakePlayerOption, Consumer<FakePlayer>) - Static method in class net.minestom.server.entity.fakeplayer.FakePlayer
-
Initializes a new
FakePlayer. - initPlayer(UUID, String, Consumer<FakePlayer>) - Static method in class net.minestom.server.entity.fakeplayer.FakePlayer
-
Initializes a new
FakePlayerwithout adding it in cache. - initRecipesId - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- INK_SAC - Static variable in interface net.minestom.server.item.Material
- INNER_INVENTORY_SIZE - Static variable in class net.minestom.server.inventory.PlayerInventory
- input - Variable in class net.minestom.server.command.builder.CommandResult
- input - Variable in class net.minestom.server.command.builder.parser.ArgumentQueryResult
- inputIndex - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- inputItem1 - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- inputItem2 - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- insideBlock - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- INSPECT_DISPENSER - Static variable in interface net.minestom.server.statistic.StatisticType
- INSPECT_DROPPER - Static variable in interface net.minestom.server.statistic.StatisticType
- INSPECT_HOPPER - Static variable in interface net.minestom.server.statistic.StatisticType
- instance - Variable in class net.minestom.server.entity.Entity
- instance - Variable in class net.minestom.server.instance.Chunk
- instance - Variable in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- instance() - Method in class net.minestom.server.entity.pathfinding.PFColumnarSpace
- Instance - Class in net.minestom.server.instance
-
Instances are what are called "worlds" in Minecraft, you can add an entity in it using
Entity.setInstance(Instance). - Instance(UUID, DimensionType) - Constructor for class net.minestom.server.instance.Instance
-
Creates a new instance.
- INSTANCE - Static variable in interface net.minestom.server.event.EventFilter
- INSTANCE_CHUNK_LOAD - Static variable in class net.minestom.server.event.GlobalHandles
- INSTANCE_TICK - Static variable in class net.minestom.server.event.GlobalHandles
- InstanceChunkLoadEvent - Class in net.minestom.server.event.instance
-
Called when a chunk in an instance is loaded.
- InstanceChunkLoadEvent(Instance, Chunk) - Constructor for class net.minestom.server.event.instance.InstanceChunkLoadEvent
- InstanceChunkUnloadEvent - Class in net.minestom.server.event.instance
-
Called when a chunk in an instance is unloaded.
- InstanceChunkUnloadEvent(Instance, Chunk) - Constructor for class net.minestom.server.event.instance.InstanceChunkUnloadEvent
- InstanceContainer - Class in net.minestom.server.instance
-
InstanceContainer is an instance that contains chunks in contrary to SharedInstance.
- InstanceContainer(UUID, DimensionType) - Constructor for class net.minestom.server.instance.InstanceContainer
- InstanceContainer(UUID, DimensionType, IChunkLoader) - Constructor for class net.minestom.server.instance.InstanceContainer
- InstanceEvent - Interface in net.minestom.server.event.trait
-
Represents any event targeting an
Instance. - InstanceManager - Class in net.minestom.server.instance
-
Used to register
Instance. - InstanceManager() - Constructor for class net.minestom.server.instance.InstanceManager
- InstanceTickEvent - Class in net.minestom.server.event.instance
-
Called when an instance processes a tick.
- InstanceTickEvent(Instance, long, long) - Constructor for class net.minestom.server.event.instance.InstanceTickEvent
- InstanceUtils - Class in net.minestom.server.utils.instance
- InstanceUtils() - Constructor for class net.minestom.server.utils.instance.InstanceUtils
- INSTANT_DAMAGE - Static variable in interface net.minestom.server.potion.PotionEffect
- INSTANT_EFFECT - Static variable in interface net.minestom.server.particle.Particle
- INSTANT_HEALTH - Static variable in interface net.minestom.server.potion.PotionEffect
- INSTANT_SPLASH - Enum constant in enum class net.minestom.server.effects.Effects
- IntArray(String) - Static method in class net.minestom.server.tag.Tag
- intArrayToUuid(int[]) - Static method in class net.minestom.server.utils.Utils
- Integer(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Integer(String) - Static method in class net.minestom.server.tag.Tag
- INTEGER - Enum constant in enum class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket.Type
- IntegerArrayData - Class in net.minestom.server.data.type.array
- IntegerArrayData() - Constructor for class net.minestom.server.data.type.array.IntegerArrayData
- IntegerBiConsumer - Interface in net.minestom.server.utils.function
- IntegerData - Class in net.minestom.server.data.type
- IntegerData() - Constructor for class net.minestom.server.data.type.IntegerData
- integrity - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- INTERACT - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Type
- INTERACT_AT - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Type
- INTERACT_WITH_ANVIL - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_BEACON - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_BLAST_FURNACE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_BREWINGSTAND - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_CAMPFIRE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_CARTOGRAPHY_TABLE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_CRAFTING_TABLE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_FURNACE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_GRINDSTONE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_LECTERN - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_LOOM - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_SMITHING_TABLE - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_SMOKER - Static variable in interface net.minestom.server.statistic.StatisticType
- INTERACT_WITH_STONECUTTER - Static variable in interface net.minestom.server.statistic.StatisticType
- Interaction(Block, Instance, Point, Player, Player.Hand) - Constructor for class net.minestom.server.instance.block.BlockHandler.Interaction
- interpolate(Vec, double, Vec.Interpolation) - Method in record class net.minestom.server.coordinate.Vec
- intersect(double, double, double) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects (contains) a point.
- intersect(double, double, double, double, double, double) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects a line segment.
- intersect(BoundingBox) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if two
BoundingBoxintersect with each other. - intersect(Point) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects (contains) a point.
- intersect(Point, Point) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects a line segment.
- intersect(Entity) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if this
BoundingBoxintersects with the bounding box of an entity. - intersectWithBlock(int, int, int) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects at a block position.
- intersectWithBlock(Point) - Method in class net.minestom.server.collision.BoundingBox
-
Used to know if the bounding box intersects at a point.
- IntRange - Class in net.minestom.server.utils.math
- IntRange(Integer) - Constructor for class net.minestom.server.utils.math.IntRange
- IntRange(Integer, Integer) - Constructor for class net.minestom.server.utils.math.IntRange
- IntRange(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- INVALID - Enum constant in enum class net.minestom.server.event.EventListener.Result
- INVALID_ARGUMENT_NAME - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- INVALID_ARGUMENT_VALUE - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- INVALID_ARGUMENTS_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentGroup
- INVALID_BLOCK - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- INVALID_COMMAND_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentCommand
- INVALID_INPUT_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentLoop
- INVALID_JSON_ERROR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- INVALID_MATERIAL - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- INVALID_NAME - Static variable in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentRegistry
- INVALID_NBT - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- INVALID_NBT - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- INVALID_NBT - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- INVALID_NUMBER_COUNT_ERROR - Static variable in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- INVALID_NUMBER_ERROR - Static variable in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- INVALID_PROPERTY - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- INVALID_PROPERTY_VALUE - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- INVALID_PROXY_RESPONSE - Static variable in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- INVALID_SYNTAX - Enum constant in enum class net.minestom.server.command.builder.CommandResult.Type
-
Command found, but the syntax is invalid.
- INVALID_SYNTAX - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- INVALID_TIME_FORMAT - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- INVALID_UUID - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- INVALID_VALUE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentLiteral
- invalidate() - Method in class net.minestom.server.network.packet.server.CachedPacket
- inventory - Variable in class net.minestom.server.entity.Player
- Inventory - Class in net.minestom.server.inventory
-
Represents an inventory which can be viewed by a collection of
Player. - Inventory(InventoryType, String) - Constructor for class net.minestom.server.inventory.Inventory
- Inventory(InventoryType, Component) - Constructor for class net.minestom.server.inventory.Inventory
- INVENTORY - Static variable in interface net.minestom.server.event.EventFilter
- INVENTORY_ITEM_CHANGE_EVENT - Static variable in class net.minestom.server.event.GlobalHandles
- INVENTORY_SIZE - Static variable in class net.minestom.server.inventory.PlayerInventory
- InventoryClickEvent - Class in net.minestom.server.event.inventory
-
Called after
InventoryPreClickEvent, this event cannot be cancelled and items related to the click are already moved. - InventoryClickEvent(Inventory, Player, int, ClickType, ItemStack, ItemStack) - Constructor for class net.minestom.server.event.inventory.InventoryClickEvent
- InventoryClickHandler - Interface in net.minestom.server.inventory
-
Represents an inventory which can receive click input.
- InventoryClickProcessor - Class in net.minestom.server.inventory.click
- InventoryClickProcessor() - Constructor for class net.minestom.server.inventory.click.InventoryClickProcessor
- InventoryClickResult - Class in net.minestom.server.inventory.click
- InventoryClickResult(ItemStack, ItemStack) - Constructor for class net.minestom.server.inventory.click.InventoryClickResult
- InventoryCloseEvent - Class in net.minestom.server.event.inventory
-
Called when an
Inventoryis closed by a player. - InventoryCloseEvent(Inventory, Player) - Constructor for class net.minestom.server.event.inventory.InventoryCloseEvent
- InventoryCondition - Interface in net.minestom.server.inventory.condition
-
Can be added to any
AbstractInventoryusingAbstractInventory.addInventoryCondition(InventoryCondition)orAbstractInventory.addInventoryCondition(InventoryCondition)in order to listen to any issued clicks. - InventoryConditionResult - Class in net.minestom.server.inventory.condition
-
Used by
InventoryConditionto step in inventory click processing. - InventoryConditionResult(ItemStack, ItemStack) - Constructor for class net.minestom.server.inventory.condition.InventoryConditionResult
- inventoryConditions - Variable in class net.minestom.server.inventory.AbstractInventory
- InventoryData - Class in net.minestom.server.data.type
- InventoryData() - Constructor for class net.minestom.server.data.type.InventoryData
- InventoryEvent - Interface in net.minestom.server.event.trait
-
Represents any event inside an
Inventory. - InventoryItemChangeEvent - Class in net.minestom.server.event.inventory
-
Called when
AbstractInventory.safeItemInsert(int, ItemStack)is being invoked. - InventoryItemChangeEvent(Inventory, int, ItemStack, ItemStack) - Constructor for class net.minestom.server.event.inventory.InventoryItemChangeEvent
- InventoryOpenEvent - Class in net.minestom.server.event.inventory
-
Called when a player open an
Inventory. - InventoryOpenEvent(Inventory, Player) - Constructor for class net.minestom.server.event.inventory.InventoryOpenEvent
- InventoryPreClickEvent - Class in net.minestom.server.event.inventory
-
Called before
InventoryClickEvent, used to potentially cancel the click. - InventoryPreClickEvent(Inventory, Player, int, ClickType, ItemStack, ItemStack) - Constructor for class net.minestom.server.event.inventory.InventoryPreClickEvent
- InventoryProperty - Enum Class in net.minestom.server.inventory
-
List of inventory property and their ID
- InventoryType - Enum Class in net.minestom.server.inventory
-
Represents a type of
Inventory - INVISIBILITY - Static variable in interface net.minestom.server.potion.PotionEffect
- INVISIBILITY - Static variable in interface net.minestom.server.potion.PotionType
- INVISIBLE - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Type
- invulnerable - Variable in class net.minestom.server.entity.LivingEntity
- IRON_AXE - Static variable in interface net.minestom.server.item.Material
- IRON_BARS - Static variable in interface net.minestom.server.instance.block.Block
- IRON_BARS - Static variable in interface net.minestom.server.item.Material
- IRON_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- IRON_BLOCK - Static variable in interface net.minestom.server.item.Material
- IRON_BOOTS - Static variable in interface net.minestom.server.item.Material
- IRON_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- IRON_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- IRON_DOOR - Static variable in interface net.minestom.server.item.Material
- IRON_DOOR_CLOSED - Enum constant in enum class net.minestom.server.effects.Effects
- IRON_DOOR_OPENED - Enum constant in enum class net.minestom.server.effects.Effects
- IRON_GOLEM - Static variable in interface net.minestom.server.entity.EntityType
- IRON_HELMET - Static variable in interface net.minestom.server.item.Material
- IRON_HOE - Static variable in interface net.minestom.server.item.Material
- IRON_HORSE_ARMOR - Static variable in interface net.minestom.server.item.Material
- IRON_INGOT - Static variable in interface net.minestom.server.item.Material
- IRON_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- IRON_NUGGET - Static variable in interface net.minestom.server.item.Material
- IRON_ORE - Static variable in interface net.minestom.server.instance.block.Block
- IRON_ORE - Static variable in interface net.minestom.server.item.Material
- IRON_PICKAXE - Static variable in interface net.minestom.server.item.Material
- IRON_SHOVEL - Static variable in interface net.minestom.server.item.Material
- IRON_SWORD - Static variable in interface net.minestom.server.item.Material
- IRON_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- IRON_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- IRON_TRAPDOOR_CLOSED - Enum constant in enum class net.minestom.server.effects.Effects
- IRON_TRAPDOOR_OPENED - Enum constant in enum class net.minestom.server.effects.Effects
- IronGolemMeta - Class in net.minestom.server.entity.metadata.golem
- IronGolemMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.golem.IronGolemMeta
- isAchieved() - Method in class net.minestom.server.advancements.Advancement
-
Gets if the advancement is achieved.
- isActive() - Method in class net.minestom.server.entity.Entity
-
Returns false just after instantiation, set to true after calling
Entity.setInstance(Instance). - isAggressive() - Method in class net.minestom.server.entity.metadata.MobMeta
- isAir() - Method in interface net.minestom.server.instance.block.Block
- isAir() - Method in class net.minestom.server.item.ItemStack
- isAir() - Method in class net.minestom.server.registry.Registry.BlockEntry
- isAllowFlying() - Method in class net.minestom.server.entity.Player
-
Gets if the player is allowed to fly.
- isAllowFriendlyFire() - Method in class net.minestom.server.scoreboard.Team
- isAmbient() - Method in class net.minestom.server.potion.CustomPotionEffect
- isAngry() - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- isAquaphobic() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isAquatic() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isArmor() - Method in enum class net.minestom.server.entity.EquipmentSlot
- isArmor() - Method in interface net.minestom.server.item.Material
- isArmor() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- isAttacking() - Method in class net.minestom.server.entity.metadata.flying.GhastMeta
- isAttacking() - Method in class net.minestom.server.entity.metadata.monster.VexMeta
- isAuto() - Method in class net.minestom.server.utils.ViewEngine.Option
- isAutoViewable() - Method in class net.minestom.server.entity.Entity
-
Gets if this entity is automatically sent to surrounding players.
- isAvian() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isAvoidsDoorways() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isBaby() - Method in class net.minestom.server.entity.metadata.AgeableMobMeta
- isBaby() - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- isBaby() - Method in class net.minestom.server.entity.metadata.monster.ZoglinMeta
- isBaby() - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- isBecomingDrowned() - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- isBedSafe() - Method in class net.minestom.server.world.DimensionType
- isBegging() - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- isBetween(byte, byte, byte) - Static method in class net.minestom.server.utils.MathUtils
- isBetween(double, double, double) - Static method in class net.minestom.server.utils.MathUtils
- isBetween(float, float, float) - Static method in class net.minestom.server.utils.MathUtils
- isBetween(int, int, int) - Static method in class net.minestom.server.utils.MathUtils
- isBetweenUnordered(double, double, double) - Static method in class net.minestom.server.utils.MathUtils
- isBetweenUnordered(float, float, float) - Static method in class net.minestom.server.utils.MathUtils
- isBlock() - Method in interface net.minestom.server.item.Material
- isBlockEntity() - Method in class net.minestom.server.registry.Registry.BlockEntry
- isBlockingItemUse() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
-
Gets if the event should block the item use.
- isCancel() - Method in class net.minestom.server.inventory.click.InventoryClickResult
- isCancel() - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- isCancel() - Method in class net.minestom.server.listener.manager.PacketController
-
Gets if the packet is cancelled.
- isCancelled() - Method in class net.minestom.server.event.entity.EntityDamageEvent
- isCancelled() - Method in class net.minestom.server.event.entity.EntityFireEvent
- isCancelled() - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
- isCancelled() - Method in class net.minestom.server.event.entity.EntityShootEvent
- isCancelled() - Method in class net.minestom.server.event.entity.EntityVelocityEvent
- isCancelled() - Method in class net.minestom.server.event.instance.AddEntityToInstanceEvent
- isCancelled() - Method in class net.minestom.server.event.inventory.InventoryOpenEvent
- isCancelled() - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
- isCancelled() - Method in class net.minestom.server.event.item.ItemDropEvent
- isCancelled() - Method in class net.minestom.server.event.item.PickupExperienceEvent
- isCancelled() - Method in class net.minestom.server.event.item.PickupItemEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerChatEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerCommandEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerHandAnimationEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerItemAnimationEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerMoveEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerPacketEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerPreEatEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerStartDiggingEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
- isCancelled() - Method in class net.minestom.server.event.player.PlayerUseItemEvent
- isCancelled() - Method in class net.minestom.server.event.server.ClientPingServerEvent
- isCancelled() - Method in class net.minestom.server.event.server.ServerListPingEvent
- isCancelled() - Method in interface net.minestom.server.event.trait.CancellableEvent
-
Gets if the
Eventshould be cancelled or not. - isCancelled() - Method in class net.minestom.server.extras.query.event.QueryEvent
- isCanFindTreasure() - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- isCapeEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isCatchable() - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- isCautious() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isCeilingEnabled() - Method in class net.minestom.server.world.DimensionType
- isCelebrating() - Method in class net.minestom.server.entity.metadata.monster.raider.RaiderMeta
- isCharged() - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- isCharged() - Method in class net.minestom.server.item.metadata.CrossbowMeta
-
Gets if the crossbow is currently charged.
- isChargingCrossbow() - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- isChunkLoaded(int, int) - Method in class net.minestom.server.instance.Instance
- isChunkLoaded(Point) - Method in class net.minestom.server.instance.Instance
- isClimbable() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isClimber() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isClimbing() - Method in class net.minestom.server.entity.metadata.monster.SpiderMeta
- isConsole() - Method in interface net.minestom.server.command.CommandSender
-
Gets if the sender is a
ConsoleSender. - isConsole() - Method in class net.minestom.server.command.ConsoleSender
- isConverting() - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- isCreative() - Method in class net.minestom.server.entity.Player
-
Gets if this player is in creative.
- isCritical() - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- isCursed() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- isCustomNameVisible() - Method in class net.minestom.server.entity.Entity
-
Gets the custom name visible metadata field.
- isCustomNameVisible() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isDancing() - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- isDateBased() - Method in class net.minestom.server.utils.time.Tick
- isDead - Variable in class net.minestom.server.entity.LivingEntity
- isDead() - Method in class net.minestom.server.entity.LivingEntity
-
Gets if the entity is dead or not.
- isDebug - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- isDebug - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- isDefaultStorageSystemDefined() - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Gets if the default
StorageSystemis set. - isDefending() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isDiscoverable() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- isDoor() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isDrinkingPotion() - Method in class net.minestom.server.entity.metadata.monster.raider.WitchMeta
- isDurationEstimated() - Method in class net.minestom.server.utils.time.Tick
- isEating() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isEating() - Method in class net.minestom.server.entity.Player
-
Gets if the player is eating.
- isEmpty() - Method in class net.minestom.server.acquirable.AcquirableCollection
- isEmpty() - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Checks if this registry is empty.
- isEmpty() - Method in class net.minestom.server.data.Data
-
Deprecated.Gets if the data is empty or not.
- isEmpty() - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- isEmpty() - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- isEnabled() - Static method in class net.minestom.server.extras.bungee.BungeeCordProxy
-
Gets if bungee IP forwarding is enabled.
- isEnabled() - Static method in class net.minestom.server.extras.MojangAuth
- isEnabled() - Static method in class net.minestom.server.extras.optifine.OptifineSupport
- isEnabled() - Static method in class net.minestom.server.extras.velocity.VelocityProxy
-
Gets if velocity modern forwarding is enabled.
- isEnableRespawnScreen() - Method in class net.minestom.server.entity.Player
-
Gets if the player has the respawn screen enabled or disabled.
- isFaceplanted() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isFenceLike() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isFireResistant() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isFirstSpawn() - Method in class net.minestom.server.event.player.PlayerSpawnEvent
-
'true' if the player is spawning for the first time.
- isFlat - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- isFlat - Variable in class net.minestom.server.network.packet.server.play.RespawnPacket
- isFlying() - Method in class net.minestom.server.entity.Player
-
Gets if the player is currently flying.
- isFlyingWithElytra() - Method in class net.minestom.server.entity.LivingEntity
- isFlyingWithElytra() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isFood() - Method in interface net.minestom.server.item.Material
- isFood() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- isForced() - Method in class net.minestom.server.resourcepack.ResourcePack
- isFoxSneaking() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isFromBucket() - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- isFromBucket() - Method in class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- isFullChunk() - Method in class net.minestom.server.instance.batch.BatchOption
-
Gets if the batch is responsible for composing the whole chunk.
- isFullyBounded() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isGlowing() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity is glowing or not.
- isGoingHome() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- isHand() - Method in enum class net.minestom.server.entity.EquipmentSlot
- isHandActive() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- isHanging() - Method in class net.minestom.server.entity.metadata.ambient.BatMeta
- isHardcore() - Method in enum class net.minestom.server.entity.GameMode
- isHasArms() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- isHasBred() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isHasChest() - Method in class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- isHasEgg() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- isHasEnchantmentGlint() - Method in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- isHasFish() - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- isHasFuel() - Method in class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- isHasGlowingEffect() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isHasNectar() - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- isHasNoBasePlate() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- isHasNoGravity() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isHasPumpkinHat() - Method in class net.minestom.server.entity.metadata.golem.SnowGolemMeta
- isHasSaddle() - Method in class net.minestom.server.entity.metadata.animal.PigMeta
- isHasSaddle() - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- isHasStung() - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- isHatEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isHidden() - Method in class net.minestom.server.advancements.Advancement
- isIgnited() - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- isImmune(DamageType) - Method in class net.minestom.server.entity.LivingEntity
-
Is this entity immune to the given type of damage?
- isImmune(DamageType) - Method in class net.minestom.server.entity.Player
- isImmuneToZombification() - Method in class net.minestom.server.entity.metadata.animal.HoglinMeta
- isImmuneToZombification() - Method in class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- isImpeding() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isIncinerating() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isInRange(Byte) - Method in class net.minestom.server.utils.math.ByteRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(Double) - Method in class net.minestom.server.utils.math.DoubleRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(Float) - Method in class net.minestom.server.utils.math.FloatRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(Integer) - Method in class net.minestom.server.utils.math.IntRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(Long) - Method in class net.minestom.server.utils.math.LongRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(Short) - Method in class net.minestom.server.utils.math.ShortRange
-
Whether the given
valueis in range of the minimum and the maximum. - isInRange(T) - Method in class net.minestom.server.utils.math.Range
-
Whether the given
valueis in range of the minimum and the maximum. - isInRiptideSpinAttack() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- isInside(Point) - Method in class net.minestom.server.instance.WorldBorder
-
Used to know if a position is located inside the world border or not.
- isInside(Entity) - Method in class net.minestom.server.instance.WorldBorder
-
Used to know if an entity is located inside the world border or not.
- isInstantaneous() - Method in class net.minestom.server.registry.Registry.PotionEffectEntry
- isInstantBreak() - Method in class net.minestom.server.entity.Player
- isInTabList() - Method in class net.minestom.server.entity.fakeplayer.FakePlayerOption
-
Gets if the player is visible in the tab-list or not.
- isInterested() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isInvisible() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity is invisible or not.
- isInvisible() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isInVoid(Point) - Method in class net.minestom.server.instance.Instance
-
Determines whether a position in the void.
- isInVoid(Point) - Method in class net.minestom.server.instance.InstanceContainer
- isInVoid(Point) - Method in class net.minestom.server.instance.SharedInstance
- isInvulnerable() - Method in class net.minestom.server.entity.LivingEntity
-
Gets if the entity is invulnerable.
- isInvulnerable() - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- isInvulnerable() - Method in class net.minestom.server.entity.Player
-
The invulnerable field appear in the
PlayerAbilitiesPacketpacket. - isJacketEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isLayingEgg() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- isLeftHanded() - Method in class net.minestom.server.entity.metadata.MobMeta
- isLeftLegEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isLeftPaddleTurning() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- isLeftSleeveEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isLiquid() - Method in class net.minestom.server.entity.pathfinding.PFBlock
- isLiquid() - Method in interface net.minestom.server.instance.block.Block
- isLiquid() - Method in class net.minestom.server.registry.Registry.BlockEntry
- isLoaded() - Method in class net.minestom.server.instance.Chunk
-
Used to verify if the chunk should still be kept in memory.
- isLoaded(Instance, double, double) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Gets if a chunk is loaded.
- isLoaded(Instance, Point) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- isLoaded(Chunk) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- isLocal() - Method in interface net.minestom.server.acquirable.Acquirable
-
Gets if the acquirable element is local to this thread
- isLodestoneTracked() - Method in class net.minestom.server.item.metadata.CompassMeta
- isLying() - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- isMainExtensionClass(String) - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
-
Is the given class name the name of the entry point of one the extensions from this classloader chain?
- isMarker() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- isMergeable() - Method in class net.minestom.server.entity.ItemEntity
-
Gets if the item is mergeable.
- isMouthOpen() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isNatural() - Method in class net.minestom.server.world.DimensionType
- isNoAi() - Method in class net.minestom.server.entity.metadata.MobMeta
- isNoClip() - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- isNormalized() - Method in record class net.minestom.server.coordinate.Vec
-
Returns if a vector is normalized
- isOnBack() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- isOnFire() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity is on fire.
- isOnFire() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isOnFire() - Method in class net.minestom.server.entity.metadata.monster.BlazeMeta
- isOnGround() - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Returns the value of the
isOnGroundrecord component. - isOnGround() - Method in class net.minestom.server.entity.Entity
- isOnGround() - Method in class net.minestom.server.entity.Player
- isOnGround(Entity) - Static method in class net.minestom.server.utils.entity.EntityUtils
- isOnline() - Method in class net.minestom.server.entity.Player
-
Gets if the player is online or not.
- isOnline() - Method in class net.minestom.server.network.player.PlayerConnection
-
Gets if the client is still connected to the server.
- isOnlyCorrect() - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- isOnlyPlayers() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- isOnlySingleEntity() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- isOpen() - Static method in class net.minestom.server.extras.lan.OpenToLAN
-
Checks if the server is currently opened to LAN.
- isOpen() - Method in class net.minestom.server.network.socket.Server
- isOpensDoors() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isOptional() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets if this argument is 'optional'.
- isPickable() - Method in class net.minestom.server.entity.ItemEntity
-
Gets if the item is currently pickable.
- isPiglinSafe() - Method in class net.minestom.server.world.DimensionType
- isPlayer() - Method in interface net.minestom.server.command.CommandSender
-
Gets if the sender is a
Player. - isPlayer() - Method in class net.minestom.server.entity.Player
- isPlayerCreated() - Method in class net.minestom.server.entity.metadata.golem.IronGolemMeta
- isPlayingDead() - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- isPotionEffectAmbient() - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- isPouncing() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isRaidCapable() - Method in class net.minestom.server.world.DimensionType
- isReadOnly() - Method in class net.minestom.server.instance.Chunk
-
Gets if this chunk is read-only.
- isReady() - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- isReady() - Method in interface net.minestom.server.instance.batch.Batch
-
Gets if the batch is ready to be applied to an instance.
- isReady() - Method in class net.minestom.server.instance.batch.ChunkBatch
- isReady(long) - Method in class net.minestom.server.utils.time.Cooldown
- isRearing() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isRegistered() - Method in class net.minestom.server.entity.fakeplayer.FakePlayerOption
-
Gets if the player is registered internally as a Player.
- isRegistered() - Method in class net.minestom.server.instance.Instance
-
Gets if the instance has been registered in
InstanceManager. - isRegistered() - Method in class net.minestom.server.world.DimensionType
- isRegistered(NamespaceID) - Method in class net.minestom.server.world.DimensionTypeManager
- isRegistered(DimensionType) - Method in class net.minestom.server.world.DimensionTypeManager
- isRegistered(T) - Method in class net.minestom.server.utils.ViewEngine.Option
- isRegularVillager() - Method in class net.minestom.server.inventory.type.VillagerInventory
- isRelativeX() - Method in class net.minestom.server.utils.location.RelativeVec
-
Gets if the 'x' field is relative.
- isRelativeY() - Method in class net.minestom.server.utils.location.RelativeVec
-
Gets if the 'y' field is relative.
- isRelativeZ() - Method in class net.minestom.server.utils.location.RelativeVec
-
Gets if the 'z' field is relative.
- isRelaxed() - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- isRemoved() - Method in class net.minestom.server.entity.Entity
-
Gets if this entity has been removed.
- isRemoved() - Method in class net.minestom.server.entity.hologram.Hologram
-
Checks if the hologram is still present.
- isRemoveScheduled() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity removal has been scheduled with
Entity.scheduleRemove(Duration). - isResolved() - Method in class net.minestom.server.item.metadata.WrittenBookMeta
- isRespawnAnchorSafe() - Method in class net.minestom.server.world.DimensionType
- isRetractingSpikes() - Method in class net.minestom.server.entity.metadata.monster.GuardianMeta
- isRightLegEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isRightMainHand() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isRightPaddleTurning() - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- isRightSleeveEnabled() - Method in class net.minestom.server.entity.metadata.PlayerMeta
- isRolling() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- isSaddled() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isScreaming() - Method in class net.minestom.server.entity.metadata.animal.GoatMeta
- isScreaming() - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- isSeeInvisiblePlayers() - Method in class net.minestom.server.scoreboard.Team
- isShaking() - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- isShared() - Method in class net.minestom.server.attribute.Attribute
-
Gets whether this attribute's instances should be sent to clients.
- isSheared() - Method in class net.minestom.server.entity.metadata.animal.SheepMeta
- isShotAtAngle() - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- isShowingBottom() - Method in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- isShutdown() - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- isSilent() - Method in class net.minestom.server.entity.Entity
- isSilent() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isSimilar(ItemStack) - Method in class net.minestom.server.item.ItemStack
- isSinglePoint() - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- isSitting() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isSitting() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- isSitting() - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- isSkylightEnabled() - Method in class net.minestom.server.world.DimensionType
- isSleeping() - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- isSmall() - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- isSneaking() - Method in class net.minestom.server.entity.Entity
-
Gets if the entity is sneaking.
- isSneaking() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isSneezing() - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- isSocketClient(Entity) - Static method in class net.minestom.server.utils.player.PlayerUtils
- isSocketClient(Player) - Static method in class net.minestom.server.utils.player.PlayerUtils
- isSocketClient(PlayerConnection) - Static method in class net.minestom.server.utils.player.PlayerUtils
- isSolid() - Method in interface net.minestom.server.instance.block.Block
- isSolid() - Method in class net.minestom.server.registry.Registry.BlockEntry
- isSprinting() - Method in class net.minestom.server.entity.Entity
-
Gets if the player is sprinting.
- isSprinting() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isStandingUp() - Method in class net.minestom.server.entity.metadata.animal.PolarBearMeta
- isStaring() - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- isStarted() - Method in class net.minestom.server.extras.query.Query
-
Checks if the query system has been started.
- isStarted() - Static method in class net.minestom.server.MinecraftServer
-
Gets if the server is up and running.
- isStopping() - Static method in class net.minestom.server.MinecraftServer
-
Gets if the server is currently being shutdown using
MinecraftServer.stopCleanly(). - isSwimmer() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- isSwimming() - Method in class net.minestom.server.entity.metadata.EntityMeta
- isTamed() - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- isTamed() - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- isTerminalEnabled() - Static method in class net.minestom.server.MinecraftServer
-
Gets if the built in Minestom terminal is enabled.
- isTerminated() - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- isTickable() - Method in interface net.minestom.server.instance.block.BlockHandler
- isTimeBased() - Method in class net.minestom.server.utils.time.Tick
- isTradeable() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- isTransient() - Method in class net.minestom.server.timer.Task
-
If this task is owned by an extension, should it survive the unloading of said extension? May be useful for delay tasks, but it can prevent the extension classes from being unloaded, and preventing a full reload of that extension.
- isTranslatable(Component) - Static method in class net.minestom.server.utils.ComponentUtils
-
Checks if a component can be translated server-side.
- isTravelling() - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- isTreasureOnly() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- isTriple() - Method in class net.minestom.server.item.metadata.CrossbowMeta
-
Gets if this crossbow is charged with 3 projectiles.
- isTrusting() - Method in class net.minestom.server.entity.metadata.animal.OcelotMeta
- isUltrawarm() - Method in class net.minestom.server.world.DimensionType
- isUnbreakable() - Method in class net.minestom.server.item.ItemMeta
- isUniqueId(String) - Static method in class net.minestom.server.utils.UniqueIdUtils
-
Checks whether the
inputstring is anUUID. - isUnsafeApply() - Method in class net.minestom.server.instance.batch.BatchOption
-
Gets if the batch will wait ignore whether it is ready or not when applying it.
- isValid() - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- isValid(NBTCompound) - Method in interface net.minestom.server.permission.PermissionVerifier
-
Called when using
PermissionHandler.hasPermission(String, PermissionVerifier). - isValid(T) - Method in interface net.minestom.server.utils.callback.validator.Validator
-
Gets if a value is valid based on a condition.
- isValidName(Command, String) - Static method in class net.minestom.server.command.builder.Command
- isViewer(Player) - Method in interface net.minestom.server.Viewable
-
Gets if a player is seeing this viewable object.
- isZero() - Method in interface net.minestom.server.coordinate.Point
- item - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- item - Variable in class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- ITEM - Static variable in interface net.minestom.server.entity.EntityType
- ITEM - Static variable in interface net.minestom.server.event.EventFilter
- ITEM - Static variable in interface net.minestom.server.particle.Particle
- ITEM_ARMOR_EQUIP_CHAIN - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_DIAMOND - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_ELYTRA - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_GENERIC - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_GOLD - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_IRON - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_LEATHER - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_NETHERITE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ARMOR_EQUIP_TURTLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_AXE_SCRAPE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_AXE_STRIP - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_AXE_WAX_OFF - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BONE_MEAL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BOOK_PAGE_TURN - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BOOK_PUT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BOTTLE_EMPTY - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BOTTLE_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BOTTLE_FILL_DRAGONBREATH - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_EMPTY - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_EMPTY_AXOLOTL - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_EMPTY_FISH - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_EMPTY_LAVA - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_EMPTY_POWDER_SNOW - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_FILL - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_FILL_AXOLOTL - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_FILL_FISH - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_FILL_LAVA - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_BUCKET_FILL_POWDER_SNOW - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CHORUS_FRUIT_TELEPORT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROP_PLANT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_LOADING_END - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_LOADING_MIDDLE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_LOADING_START - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_QUICK_CHARGE_1 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_QUICK_CHARGE_2 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_QUICK_CHARGE_3 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_CROSSBOW_SHOOT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_DYE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_ELYTRA_FLYING - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_FIRECHARGE_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_FLINTANDSTEEL_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_FRAME - Static variable in interface net.minestom.server.entity.EntityType
- ITEM_FRAME - Static variable in interface net.minestom.server.item.Material
- ITEM_GLOW_INK_SAC_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_HOE_TILL - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_HONEY_BOTTLE_DRINK - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_HONEYCOMB_WAX_ON - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_INK_SAC_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_LODESTONE_COMPASS_LOCK - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_NETHER_WART_PLANT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_SHIELD_BLOCK - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_SHIELD_BREAK - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_SHOVEL_FLATTEN - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_SLIME - Static variable in interface net.minestom.server.particle.Particle
- ITEM_SNOWBALL - Static variable in interface net.minestom.server.particle.Particle
- ITEM_SPYGLASS_STOP_USING - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_SPYGLASS_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TAGS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- ITEM_TOTEM_USE - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_HIT - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_HIT_GROUND - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_RETURN - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_RIPTIDE_1 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_RIPTIDE_2 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_RIPTIDE_3 - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_THROW - Static variable in interface net.minestom.server.sound.SoundEvent
- ITEM_TRIDENT_THUNDER - Static variable in interface net.minestom.server.sound.SoundEvent
- ItemAttribute - Class in net.minestom.server.item.attribute
- ItemAttribute(UUID, String, Attribute, AttributeOperation, double, AttributeSlot) - Constructor for class net.minestom.server.item.attribute.ItemAttribute
- ItemDropEvent - Class in net.minestom.server.event.item
- ItemDropEvent(Player, ItemStack) - Constructor for class net.minestom.server.event.item.ItemDropEvent
- ItemEntity - Class in net.minestom.server.entity
-
Represents an item on the ground.
- ItemEntity(ItemStack) - Constructor for class net.minestom.server.entity.ItemEntity
- ItemEntityMeta - Class in net.minestom.server.entity.metadata.item
- ItemEntityMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.ItemEntityMeta
- ItemEvent - Interface in net.minestom.server.event.trait
-
Represents any event called about an
ItemStack. - ItemFrameMeta - Class in net.minestom.server.entity.metadata.other
- ItemFrameMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.ItemFrameMeta
- ItemFrameMeta.Orientation - Enum Class in net.minestom.server.entity.metadata.other
- ItemHideFlag - Enum Class in net.minestom.server.item
-
Represents a hide flag which can be applied to an
ItemStackusingItemMetaBuilder.hideFlag(int). - itemId - Variable in class net.minestom.server.network.packet.server.play.SetCooldownPacket
- ItemMeta - Class in net.minestom.server.item
- ItemMeta(ItemMetaBuilder) - Constructor for class net.minestom.server.item.ItemMeta
- ItemMetaBuilder - Class in net.minestom.server.item
- ItemMetaBuilder() - Constructor for class net.minestom.server.item.ItemMetaBuilder
- ItemMetaBuilder.Provider<T extends ItemMetaBuilder> - Interface in net.minestom.server.item
- itemName - Variable in class net.minestom.server.network.packet.client.play.ClientNameItemPacket
- ItemParticle(ItemStack) - Constructor for class net.minestom.server.world.biomes.BiomeParticles.ItemParticle
- itemPickupCooldown - Variable in class net.minestom.server.entity.LivingEntity
- items - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.Ingredient
- items - Variable in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- items(List<ItemStack>) - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- ITEMS - Enum constant in enum class net.minestom.server.gamedata.tags.Tag.BasicType
- ITEMS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- ITEMS - Static variable in interface net.minestom.server.instance.EntityTracker.Target
- itemStack - Variable in class net.minestom.server.network.packet.server.play.SetSlotPacket
- ItemStack - Class in net.minestom.server.item
-
Represents an immutable item to be placed inside
PlayerInventory,Inventoryor even on the groundItemEntity. - ItemStack(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- ItemStackArrayData - Class in net.minestom.server.data.type.array
- ItemStackArrayData() - Constructor for class net.minestom.server.data.type.array.ItemStackArrayData
- ItemStackBuilder - Class in net.minestom.server.item
- ItemStackBuilder(Material) - Constructor for class net.minestom.server.item.ItemStackBuilder
- ItemStackBuilder(Material, ItemMetaBuilder) - Constructor for class net.minestom.server.item.ItemStackBuilder
- ItemStackData - Class in net.minestom.server.data.type
- ItemStackData() - Constructor for class net.minestom.server.data.type.ItemStackData
- itemStacks - Variable in class net.minestom.server.inventory.AbstractInventory
- itemStacks - Variable in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- ItemUpdateStateEvent - Class in net.minestom.server.event.item
- ItemUpdateStateEvent(Player, Player.Hand, ItemStack) - Constructor for class net.minestom.server.event.item.ItemUpdateStateEvent
- iterable() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the
AudienceProviderthat provides iterables of audience members. - iterator() - Method in class net.minestom.server.acquirable.AcquirableCollection
J
- JACK_O_LANTERN - Static variable in interface net.minestom.server.instance.block.Block
- JACK_O_LANTERN - Static variable in interface net.minestom.server.item.Material
- jaroWinklerScore(String, String) - Static method in class net.minestom.server.utils.StringUtils
-
Applies the Jaro-Winkler distance algorithm to the given strings, providing information about the similarity of them.
- JELLIE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- JIGSAW - Static variable in interface net.minestom.server.instance.block.Block
- JIGSAW - Static variable in interface net.minestom.server.item.Material
- JOIN_GAME - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- JoinGamePacket - Class in net.minestom.server.network.packet.server.play
- JoinGamePacket() - Constructor for class net.minestom.server.network.packet.server.play.JoinGamePacket
- JOURNEYMAN - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- jsonResponse - Variable in class net.minestom.server.network.packet.server.handshake.ResponsePacket
- JUKEBOX - Static variable in interface net.minestom.server.instance.block.Block
- JUKEBOX - Static variable in interface net.minestom.server.item.Material
- jump(float) - Method in class net.minestom.server.entity.pathfinding.Navigator
- JUMP - Static variable in interface net.minestom.server.statistic.StatisticType
- JUMP_BOOST - Static variable in interface net.minestom.server.potion.PotionEffect
- jumpFactor() - Method in class net.minestom.server.registry.Registry.BlockEntry
- JUNGLE - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- JUNGLE - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- JUNGLE - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- JUNGLE_BOAT - Static variable in interface net.minestom.server.item.Material
- JUNGLE_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_BUTTON - Static variable in interface net.minestom.server.item.Material
- JUNGLE_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_DOOR - Static variable in interface net.minestom.server.item.Material
- JUNGLE_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_FENCE - Static variable in interface net.minestom.server.item.Material
- JUNGLE_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- JUNGLE_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_LEAVES - Static variable in interface net.minestom.server.item.Material
- JUNGLE_LOG - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_LOG - Static variable in interface net.minestom.server.item.Material
- JUNGLE_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_PLANKS - Static variable in interface net.minestom.server.item.Material
- JUNGLE_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- JUNGLE_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_SAPLING - Static variable in interface net.minestom.server.item.Material
- JUNGLE_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_SIGN - Static variable in interface net.minestom.server.item.Material
- JUNGLE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_SLAB - Static variable in interface net.minestom.server.item.Material
- JUNGLE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_STAIRS - Static variable in interface net.minestom.server.item.Material
- JUNGLE_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- JUNGLE_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- JUNGLE_WOOD - Static variable in interface net.minestom.server.item.Material
K
- KEBAB - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- KEEP_ALIVE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- KeepAliveListener - Class in net.minestom.server.listener
- KeepAliveListener() - Constructor for class net.minestom.server.listener.KeepAliveListener
- KeepAlivePacket - Class in net.minestom.server.network.packet.server.play
- KeepAlivePacket(long) - Constructor for class net.minestom.server.network.packet.server.play.KeepAlivePacket
- keepJigsaws - Variable in class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- KELP - Static variable in interface net.minestom.server.instance.block.Block
- KELP - Static variable in interface net.minestom.server.item.Material
- KELP_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- key - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- key - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.ProgressMapping
- key() - Method in enum class net.minestom.server.fluid.Fluid
- key() - Method in interface net.minestom.server.registry.ProtocolObject
- key() - Method in interface net.minestom.server.sound.SoundEvent
- kick(String) - Method in class net.minestom.server.entity.Player
-
Kicks the player with a reason.
- kick(Component) - Method in class net.minestom.server.entity.Player
-
Kicks the player with a reason.
- kickMessage - Variable in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- kill() - Method in class net.minestom.server.entity.EntityCreature
- kill() - Method in class net.minestom.server.entity.LivingEntity
-
Kills the entity, trigger the
EntityDeathEventevent. - kill() - Method in class net.minestom.server.entity.Player
- KILLED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- KILLED_BY - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- KILLER_BUNNY - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- KNOCKBACK - Static variable in interface net.minestom.server.item.Enchantment
- KNOCKBACK_RESISTANCE - Static variable in class net.minestom.server.attribute.Attribute
- KNOCKBACK_RESISTANCE - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- KNOWLEDGE_BOOK - Static variable in interface net.minestom.server.item.Material
- KOB - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
L
- LADDER - Static variable in interface net.minestom.server.instance.block.Block
- LADDER - Static variable in interface net.minestom.server.item.Material
- LANDING_HONEY - Static variable in interface net.minestom.server.particle.Particle
- LANDING_LAVA - Static variable in interface net.minestom.server.particle.Particle
- LANDING_OBSIDIAN_TEAR - Static variable in interface net.minestom.server.particle.Particle
- LANDING_ON_THE_PORTAL - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- LANTERN - Static variable in interface net.minestom.server.instance.block.Block
- LANTERN - Static variable in interface net.minestom.server.item.Material
- LAPIS - Enum constant in enum class net.minestom.server.map.MapColors
- LAPIS_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- LAPIS_BLOCK - Static variable in interface net.minestom.server.item.Material
- LAPIS_LAZULI - Static variable in interface net.minestom.server.item.Material
- LAPIS_ORE - Static variable in interface net.minestom.server.instance.block.Block
- LAPIS_ORE - Static variable in interface net.minestom.server.item.Material
- LARGE - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Type
- LARGE_AMETHYST_BUD - Static variable in interface net.minestom.server.instance.block.Block
- LARGE_AMETHYST_BUD - Static variable in interface net.minestom.server.item.Material
- LARGE_BALL - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- LARGE_FERN - Static variable in interface net.minestom.server.instance.block.Block
- LARGE_FERN - Static variable in interface net.minestom.server.item.Material
- LARGE_SMOKE - Static variable in interface net.minestom.server.particle.Particle
- LargeDirectFramebuffer - Class in net.minestom.server.map.framebuffers
-
LargeFramebufferwith direct access to the colors array. - LargeDirectFramebuffer(int, int) - Constructor for class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
-
Creates a new
LargeDirectFramebufferwith the desired size - LargeFramebuffer - Interface in net.minestom.server.map
-
Framebuffer that is meant to be split in sub-framebuffers.
- LargeFramebufferDefaultView - Class in net.minestom.server.map.framebuffers
- LargeFramebufferDefaultView(LargeFramebuffer, int, int) - Constructor for class net.minestom.server.map.framebuffers.LargeFramebufferDefaultView
- LargeGraphics2DFramebuffer - Class in net.minestom.server.map.framebuffers
-
LargeFramebufferthat embeds aBufferedImage, allowing for rendering directly viaGraphics2Dor its pixel array. - LargeGraphics2DFramebuffer(int, int) - Constructor for class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- lastDamageSource - Variable in class net.minestom.server.entity.LivingEntity
- LastEntityDamagerTarget - Class in net.minestom.server.entity.ai.target
-
Targets the last damager of this entity.
- LastEntityDamagerTarget(EntityCreature, float) - Constructor for class net.minestom.server.entity.ai.target.LastEntityDamagerTarget
- lastSyncedPosition - Variable in class net.minestom.server.entity.Entity
- LAVA - Enum constant in enum class net.minestom.server.fluid.Fluid
- LAVA - Static variable in interface net.minestom.server.instance.block.Block
- LAVA - Static variable in interface net.minestom.server.particle.Particle
- LAVA_BUCKET - Static variable in interface net.minestom.server.item.Material
- LAVA_CAULDRON - Static variable in interface net.minestom.server.instance.block.Block
- LAZY - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- LAZY - Enum constant in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
If already computed, send the result.
- LEAD - Static variable in interface net.minestom.server.item.Material
- LEAPING - Static variable in interface net.minestom.server.potion.PotionType
- LEASH_KNOT - Static variable in interface net.minestom.server.entity.EntityType
- LeashKnotMeta - Class in net.minestom.server.entity.metadata.other
- LeashKnotMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.LeashKnotMeta
- LEATHER - Static variable in interface net.minestom.server.item.Material
- LEATHER_BOOTS - Static variable in interface net.minestom.server.item.Material
- LEATHER_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- LEATHER_HELMET - Static variable in interface net.minestom.server.item.Material
- LEATHER_HORSE_ARMOR - Static variable in interface net.minestom.server.item.Material
- LEATHER_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- LeatherArmorMeta - Class in net.minestom.server.item.metadata
- LeatherArmorMeta(ItemMetaBuilder, Color) - Constructor for class net.minestom.server.item.metadata.LeatherArmorMeta
- LeatherArmorMeta.Builder - Class in net.minestom.server.item.metadata
- LEATHERWORKER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- LEAVE_BED - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- LEAVE_BED - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- LEAVE_GAME - Static variable in interface net.minestom.server.statistic.StatisticType
- LECTERN - Enum constant in enum class net.minestom.server.inventory.InventoryType
- LECTERN - Static variable in interface net.minestom.server.instance.block.Block
- LECTERN - Static variable in interface net.minestom.server.item.Material
- LEFT - Enum constant in enum class net.minestom.server.entity.Player.MainHand
- LEFT_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- LEFT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- LEFT_RIGHT - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mirror
- leftClick(Player, int) - Method in class net.minestom.server.inventory.Inventory
- leftClick(Player, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playerleft click in the inventory. - leftClick(Player, int) - Method in class net.minestom.server.inventory.PlayerInventory
- leftClick(Player, AbstractInventory, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- leftPaddleTurning - Variable in class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- legacy() - Method in class net.minestom.server.adventure.provider.MinestomLegacyComponentSerializerProvider
- LEGACY_UNVERSIONED - Enum constant in enum class net.minestom.server.ping.ServerListPingType
-
The client is on version 1.5 or lower and supports a description and the player count.
- LEGACY_VERSIONED - Enum constant in enum class net.minestom.server.ping.ServerListPingType
-
The client is on version 1.6 and supports a description, the player count and the version information.
- legacyAmpersand() - Method in class net.minestom.server.adventure.provider.MinestomLegacyComponentSerializerProvider
- legacySection() - Method in class net.minestom.server.adventure.provider.MinestomLegacyComponentSerializerProvider
- LegacyServerListPingPacket - Class in net.minestom.server.network.packet.client.status
- LegacyServerListPingPacket() - Constructor for class net.minestom.server.network.packet.client.status.LegacyServerListPingPacket
- LEGGINGS - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- LEGGINGS_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- LEGS - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- length - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket
- length() - Method in record class net.minestom.server.coordinate.Vec
-
Gets the magnitude of the vector, defined as sqrt(x^2+y^2+z^2).
- length() - Method in class net.minestom.server.utils.NamespaceID
- lengthSquared() - Method in record class net.minestom.server.coordinate.Vec
-
Gets the magnitude of the vector squared.
- lerp(Vec, double) - Method in record class net.minestom.server.coordinate.Vec
-
Calculates a linear interpolation between this vector with another vector.
- level - Variable in class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- level - Variable in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- LEVER - Static variable in interface net.minestom.server.instance.block.Block
- LEVER - Static variable in interface net.minestom.server.item.Material
- LEVITATION - Static variable in interface net.minestom.server.potion.PotionEffect
- LIBRARIAN - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- LIGHT - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT - Static variable in interface net.minestom.server.item.Material
- LIGHT - Static variable in interface net.minestom.server.particle.Particle
- LIGHT_BLUE - Enum constant in enum class net.minestom.server.color.DyeColor
- LIGHT_BLUE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_BANNER - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_BED - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_BED - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_CANDLE - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_CARPET - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_DYE - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIGHT_BLUE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_BLUE_WOOL - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY - Enum constant in enum class net.minestom.server.color.DyeColor
- LIGHT_GRAY_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_BANNER - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_BED - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_BED - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_CANDLE - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_CARPET - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_CONCRETE - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_DYE - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIGHT_GRAY_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_GRAY_WOOL - Static variable in interface net.minestom.server.item.Material
- LIGHT_WEIGHTED_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- LIGHT_WEIGHTED_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- LIGHTNING_BOLT - Static variable in interface net.minestom.server.entity.EntityType
- LIGHTNING_ROD - Static variable in interface net.minestom.server.instance.block.Block
- LIGHTNING_ROD - Static variable in interface net.minestom.server.item.Material
- LightningBoltMeta - Class in net.minestom.server.entity.metadata.other
- LightningBoltMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.LightningBoltMeta
- LILAC - Static variable in interface net.minestom.server.instance.block.Block
- LILAC - Static variable in interface net.minestom.server.item.Material
- LILY_OF_THE_VALLEY - Static variable in interface net.minestom.server.instance.block.Block
- LILY_OF_THE_VALLEY - Static variable in interface net.minestom.server.item.Material
- LILY_PAD - Static variable in interface net.minestom.server.instance.block.Block
- LILY_PAD - Static variable in interface net.minestom.server.item.Material
- LIME - Enum constant in enum class net.minestom.server.color.DyeColor
- LIME_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIME_BANNER - Static variable in interface net.minestom.server.item.Material
- LIME_BED - Static variable in interface net.minestom.server.instance.block.Block
- LIME_BED - Static variable in interface net.minestom.server.item.Material
- LIME_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- LIME_CANDLE - Static variable in interface net.minestom.server.item.Material
- LIME_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- LIME_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- LIME_CARPET - Static variable in interface net.minestom.server.item.Material
- LIME_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- LIME_CONCRETE - Static variable in interface net.minestom.server.item.Material
- LIME_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- LIME_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- LIME_DYE - Static variable in interface net.minestom.server.item.Material
- LIME_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIME_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIME_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- LIME_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- LIME_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- LIME_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- LIME_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- LIME_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- LIME_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- LIME_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- LIME_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- LIME_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- LIME_WOOL - Static variable in interface net.minestom.server.item.Material
- line1 - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- line2 - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- line3 - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- line4 - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- LINEAR - Static variable in interface net.minestom.server.coordinate.Vec.Interpolation
- LINGERING_POTION - Static variable in interface net.minestom.server.item.Material
- listener(ClientAdvancementTabPacket, Player) - Static method in class net.minestom.server.listener.AdvancementTabListener
- listener(ClientChatMessagePacket, Player) - Static method in class net.minestom.server.listener.ChatMessageListener
- listener(ClientCraftRecipeRequest, Player) - Static method in class net.minestom.server.listener.RecipeListener
- listener(ClientCreativeInventoryActionPacket, Player) - Static method in class net.minestom.server.listener.CreativeInventoryActionListener
- listener(ClientEntityActionPacket, Player) - Static method in class net.minestom.server.listener.EntityActionListener
- listener(ClientKeepAlivePacket, Player) - Static method in class net.minestom.server.listener.KeepAliveListener
- listener(ClientPlayerAbilitiesPacket, Player) - Static method in class net.minestom.server.listener.AbilitiesListener
- listener(ClientPlayerBlockPlacementPacket, Player) - Static method in class net.minestom.server.listener.BlockPlacementListener
- listener(ClientPluginMessagePacket, Player) - Static method in class net.minestom.server.listener.PluginMessageListener
- listener(ClientResourcePackStatusPacket, Player) - Static method in class net.minestom.server.listener.ResourcePackListener
- listener(ClientSettingsPacket, Player) - Static method in class net.minestom.server.listener.SettingsListener
- listener(ClientSpectatePacket, Player) - Static method in class net.minestom.server.listener.SpectateListener
- listener(ClientStatusPacket, Player) - Static method in class net.minestom.server.listener.StatusListener
- listener(ClientTabCompletePacket, Player) - Static method in class net.minestom.server.listener.TabCompleteListener
- ListenerHandle<E extends Event> - Interface in net.minestom.server.event
-
Represents a key to a listenable event, retrievable from
EventNode.getHandle(Class). - Literal(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- LITERAL - Enum constant in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
- LIVING - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- LivingEntity - Class in net.minestom.server.entity
- LivingEntity(EntityType) - Constructor for class net.minestom.server.entity.LivingEntity
- LivingEntity(EntityType, UUID) - Constructor for class net.minestom.server.entity.LivingEntity
-
Constructor which allows to specify an UUID.
- LivingEntityMeta - Class in net.minestom.server.entity.metadata
- LivingEntityMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.LivingEntityMeta
- LLAMA - Static variable in interface net.minestom.server.entity.EntityType
- LLAMA_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- LLAMA_SPIT - Static variable in interface net.minestom.server.entity.EntityType
- LlamaMeta - Class in net.minestom.server.entity.metadata.animal
- LlamaMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.LlamaMeta
- LlamaMeta.Variant - Enum Class in net.minestom.server.entity.metadata.animal
- LlamaSpitMeta - Class in net.minestom.server.entity.metadata.other
- LlamaSpitMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.LlamaSpitMeta
- load(Registry.Resource) - Static method in class net.minestom.server.registry.Registry
- LOAD - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
- LOAD - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
- loadAllItems(NBTList<NBTCompound>, Inventory) - Static method in class net.minestom.server.utils.NBTUtils
-
Loads all the items from the 'items' list into the given inventory
- loadBytes(String, boolean) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
-
Loads and possibly transforms class bytecode corresponding to the given binary name.
- loadBytesWithChildren(String, boolean) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- loadChunk(int, int) - Method in class net.minestom.server.instance.Instance
-
Forces the generation of a
Chunk, even if no file andChunkGeneratorare defined. - loadChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- loadChunk(int, int) - Method in class net.minestom.server.instance.SharedInstance
- loadChunk(Point) - Method in class net.minestom.server.instance.Instance
-
Loads the chunk at the given
Pointwith a callback. - loadChunk(Instance, int, int) - Method in class net.minestom.server.instance.AnvilLoader
- loadChunk(Instance, int, int) - Method in interface net.minestom.server.instance.IChunkLoader
-
Loads a
Chunk, all blocks should be set since theChunkGeneratoris not applied. - loadClass(String) - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
- loadClass(String, boolean) - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
- loadClass(String, boolean) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- loadClassAsChild(String, boolean) - Method in class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
-
Assumes the name is not null, nor it does represent a protected class
- loadCodeModifiersEarly() - Static method in class net.minestom.server.extensions.ExtensionManager
-
Loads code modifiers early, that is before
MinecraftServer.init()is called. - loadDataIntoMeta(ItemMetaBuilder, NBTCompound) - Static method in class net.minestom.server.utils.NBTUtils
- loadDynamicExtension(File) - Method in class net.minestom.server.extensions.ExtensionManager
- loaded - Variable in class net.minestom.server.instance.Chunk
- loadEnchantments(NBTList<NBTCompound>, NBTUtils.EnchantmentSetter) - Static method in class net.minestom.server.utils.NBTUtils
- loadExtensions() - Method in class net.minestom.server.extensions.ExtensionManager
-
Loads all extensions in the extension folder into this server.
- loadInstance(Instance) - Method in class net.minestom.server.instance.AnvilLoader
- loadInstance(Instance) - Method in interface net.minestom.server.instance.IChunkLoader
-
Loads instance data from the loader.
- loadModifier(URL[], String) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
-
Loads a code modifier.
- loadOptionalChunk(int, int) - Method in class net.minestom.server.instance.Instance
-
Loads the chunk if the chunk is already loaded or if
Instance.hasEnabledAutoChunkLoad()returns true. - loadOptionalChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- loadOptionalChunk(int, int) - Method in class net.minestom.server.instance.SharedInstance
- loadOptionalChunk(Point) - Method in class net.minestom.server.instance.Instance
-
Loads a
Chunk(ifInstance.hasEnabledAutoChunkLoad()returns true) at the givenPointwith a callback. - local() - Method in interface net.minestom.server.acquirable.Acquirable
-
Retrieves the acquirable value if and only if the element is already present/ticked in the current thread.
- LOCAL - Enum constant in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
- LOCAL_COUNT - Static variable in class net.minestom.server.thread.MinestomThread
- localBuffer() - Static method in class net.minestom.server.utils.PacketUtils
- localCache(int, Supplier<T>) - Method in class net.minestom.server.thread.MinestomThread
- LocalCache<T> - Class in net.minestom.server.utils.cache
-
Faster alternative to
ThreadLocalwhen called from aMinestomThread. - locale - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- Localizable - Interface in net.minestom.server.adventure
-
Represents something which can have a locale.
- location - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- locationExists(String) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Calls
StorageManager.locationExists(String, StorageSystem)with the defaultStorageSystem. - locationExists(String, StorageSystem) - Method in class net.minestom.server.storage.StorageManager
-
Deprecated.Used to know if the specified location already exist or not.
- lock() - Method in interface net.minestom.server.acquirable.Acquirable
-
Returns a new
Acquiredobject which will be locked to the current thread. - lock() - Method in class net.minestom.server.thread.TickThread
-
Gets the lock used to ensure the safety of entity acquisition.
- locked - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- locked - Variable in class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- LODESTONE - Static variable in interface net.minestom.server.instance.block.Block
- LODESTONE - Static variable in interface net.minestom.server.item.Material
- lodestoneDimension(String) - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- lodestonePosition(Point) - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- lodestoneTracked(boolean) - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- LOGGER - Static variable in class net.minestom.server.command.builder.Command
- LOGGER - Static variable in class net.minestom.server.extensions.DiscoveredExtension
-
Static logger for this class.
- LOGGER - Static variable in class net.minestom.server.extensions.ExtensionManager
- LOGGER - Static variable in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- LOGGER - Static variable in class net.minestom.server.extras.selfmodification.mixins.MixinAuditTrailMinestom
- LOGGER - Static variable in class net.minestom.server.listener.manager.PacketListenerManager
- LOGGER - Static variable in class net.minestom.server.MinecraftServer
- LOGGER - Static variable in class net.minestom.server.utils.debug.DebugUtils
- logicalHeight(int) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- LOGIN - Enum constant in enum class net.minestom.server.network.ConnectionState
- LOGIN_DISCONNECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- LOGIN_ENCRYPTION_REQUEST - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- LOGIN_PLUGIN_REQUEST - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- LOGIN_SET_COMPRESSION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- LOGIN_SUCCESS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- LoginDisconnectPacket - Class in net.minestom.server.network.packet.server.login
- LoginDisconnectPacket(Component) - Constructor for class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- LoginPluginRequestPacket - Class in net.minestom.server.network.packet.server.login
- LoginPluginRequestPacket() - Constructor for class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- LoginPluginResponsePacket - Class in net.minestom.server.network.packet.client.login
- LoginPluginResponsePacket() - Constructor for class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- LoginStartPacket - Class in net.minestom.server.network.packet.client.login
- LoginStartPacket() - Constructor for class net.minestom.server.network.packet.client.login.LoginStartPacket
- LoginSuccessPacket - Class in net.minestom.server.network.packet.server.login
- LoginSuccessPacket(UUID, String) - Constructor for class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- Long(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Long(String) - Static method in class net.minestom.server.tag.Tag
- LONG_FIRE_RESISTANCE - Static variable in interface net.minestom.server.potion.PotionType
- LONG_INVISIBILITY - Static variable in interface net.minestom.server.potion.PotionType
- LONG_LEAPING - Static variable in interface net.minestom.server.potion.PotionType
- LONG_NIGHT_VISION - Static variable in interface net.minestom.server.potion.PotionType
- LONG_POISON - Static variable in interface net.minestom.server.potion.PotionType
- LONG_REGENERATION - Static variable in interface net.minestom.server.potion.PotionType
- LONG_SLOW_FALLING - Static variable in interface net.minestom.server.potion.PotionType
- LONG_SLOWNESS - Static variable in interface net.minestom.server.potion.PotionType
- LONG_STRENGTH - Static variable in interface net.minestom.server.potion.PotionType
- LONG_SWIFTNESS - Static variable in interface net.minestom.server.potion.PotionType
- LONG_TURTLE_MASTER - Static variable in interface net.minestom.server.potion.PotionType
- LONG_WATER_BREATHING - Static variable in interface net.minestom.server.potion.PotionType
- LONG_WEAKNESS - Static variable in interface net.minestom.server.potion.PotionType
- LongArray(String) - Static method in class net.minestom.server.tag.Tag
- LongArrayData - Class in net.minestom.server.data.type.array
- LongArrayData() - Constructor for class net.minestom.server.data.type.array.LongArrayData
- LongData - Class in net.minestom.server.data.type
- LongData() - Constructor for class net.minestom.server.data.type.LongData
- longDistance - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- LongRange - Class in net.minestom.server.utils.math
- LongRange(Long) - Constructor for class net.minestom.server.utils.math.LongRange
- LongRange(Long, Long) - Constructor for class net.minestom.server.utils.math.LongRange
- longToBlockPosition(long) - Static method in class net.minestom.server.utils.SerializerUtils
- lookAlong(Pos, double, double, double) - Static method in class net.minestom.server.utils.position.PositionUtils
- lookAt(Pos) - Method in class net.minestom.server.entity.Entity
-
Changes the view of the entity so that it looks in a direction to the given position.
- lookAt(Entity) - Method in class net.minestom.server.entity.Entity
-
Changes the view of the entity so that it looks in a direction to the given entity.
- LOOKING_FOR_BREATH_ATTACK_PLAYER - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- LOOM - Enum constant in enum class net.minestom.server.inventory.InventoryType
- LOOM - Static variable in interface net.minestom.server.instance.block.Block
- LOOM - Static variable in interface net.minestom.server.item.Material
- Loop(String, Argument<T>...) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- LOOTING - Static variable in interface net.minestom.server.item.Enchantment
- lore - Variable in class net.minestom.server.item.ItemMetaBuilder
- lore(List<Component>) - Method in class net.minestom.server.item.ItemMetaBuilder
- lore(List<Component>) - Method in class net.minestom.server.item.ItemStackBuilder
- lore(Component...) - Method in class net.minestom.server.item.ItemMetaBuilder
- lore(Component...) - Method in class net.minestom.server.item.ItemStackBuilder
- LOWER_CASED - Enum constant in enum class net.minestom.server.command.builder.arguments.ArgumentEnum.Format
- LOYALTY - Static variable in interface net.minestom.server.item.Enchantment
- LUCK - Static variable in class net.minestom.server.attribute.Attribute
- LUCK - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- LUCK - Static variable in interface net.minestom.server.potion.PotionEffect
- LUCK - Static variable in interface net.minestom.server.potion.PotionType
- LUCK_OF_THE_SEA - Static variable in interface net.minestom.server.item.Enchantment
- LUCY - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- LURE - Static variable in interface net.minestom.server.item.Enchantment
M
- MAGENTA - Enum constant in enum class net.minestom.server.color.DyeColor
- MAGENTA_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_BANNER - Static variable in interface net.minestom.server.item.Material
- MAGENTA_BED - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_BED - Static variable in interface net.minestom.server.item.Material
- MAGENTA_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_CANDLE - Static variable in interface net.minestom.server.item.Material
- MAGENTA_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_CARPET - Static variable in interface net.minestom.server.item.Material
- MAGENTA_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_CONCRETE - Static variable in interface net.minestom.server.item.Material
- MAGENTA_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- MAGENTA_DYE - Static variable in interface net.minestom.server.item.Material
- MAGENTA_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- MAGENTA_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- MAGENTA_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- MAGENTA_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- MAGENTA_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- MAGENTA_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- MAGENTA_WOOL - Static variable in interface net.minestom.server.item.Material
- MAGICAL_CRITICAL_EFFECT - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- MAGMA_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- MAGMA_BLOCK - Static variable in interface net.minestom.server.item.Material
- MAGMA_CREAM - Static variable in interface net.minestom.server.item.Material
- MAGMA_CUBE - Static variable in interface net.minestom.server.entity.EntityType
- MAGMA_CUBE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- MagmaCubeMeta - Class in net.minestom.server.entity.metadata.other
- MagmaCubeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.MagmaCubeMeta
- MAIN - Enum constant in enum class net.minestom.server.entity.Player.Hand
- MAIN_HAND - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- mainHand - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- MAINHAND - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- makeAll - Variable in class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- makeArray(Consumer<BinaryWriter>) - Static method in class net.minestom.server.utils.binary.BinaryWriter
-
Returns a byte[] with the contents written via BinaryWriter
- makeClassLoader() - Method in class net.minestom.server.extensions.DiscoveredExtension
- makeTransient() - Method in class net.minestom.server.timer.TaskBuilder
-
If this task is owned by an extension, should it survive the unloading of said extension? May be useful for delay tasks, but it can prevent the extension classes from being unloaded, and preventing a full reload of that extension.
- manualAdd(Player) - Method in class net.minestom.server.utils.ViewEngine
- manualRemove(Player) - Method in class net.minestom.server.utils.ViewEngine
- map(Class<M>, BiConsumer<T, M>) - Method in class net.minestom.server.event.EventBinding.FilteredBuilder
- map(Function<T, O>) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Maps this argument's output to another result.
- map(Function<T, R>, Function<R, T>) - Method in class net.minestom.server.tag.Tag
- map(EventNode<? extends T>, Object) - Method in interface net.minestom.server.event.EventNode
-
Maps a specific object to a node.
- map(EventNode<? extends Event>, Object) - Method in class net.minestom.server.event.GlobalEventHandler
- MAP - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- MAP - Static variable in interface net.minestom.server.item.Material
- MAP_DATA - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- mapColor(Color) - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- MapColors - Enum Class in net.minestom.server.map
- MapColors.ColorMappingStrategy - Enum Class in net.minestom.server.map
-
How does Minestom compute RGB to MapColor transitions?
- MapColors.Multiplier - Enum Class in net.minestom.server.map
- MapColors.PreciseMapColor - Class in net.minestom.server.map
- MapDataPacket - Class in net.minestom.server.network.packet.server.play
- MapDataPacket() - Constructor for class net.minestom.server.network.packet.server.play.MapDataPacket
- MapDataPacket.Icon - Class in net.minestom.server.network.packet.server.play
- MapDecoration(String, byte, byte, byte, double) - Constructor for class net.minestom.server.item.metadata.MapMeta.MapDecoration
- mapId - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- mapId(int) - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- MapMeta - Class in net.minestom.server.item.metadata
- MapMeta(ItemMetaBuilder, int, int, List<MapMeta.MapDecoration>, Color) - Constructor for class net.minestom.server.item.metadata.MapMeta
- MapMeta.Builder - Class in net.minestom.server.item.metadata
- MapMeta.MapDecoration - Class in net.minestom.server.item.metadata
- mapScaleDirection(int) - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- mark() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- Marker(int, int) - Constructor for record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Creates an instance of a
Markerrecord class. - MARKER - Static variable in interface net.minestom.server.entity.EntityType
- MarkerMeta - Class in net.minestom.server.entity.metadata.other
- MarkerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.MarkerMeta
- MASON - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- MASTER - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- match - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- Match() - Constructor for class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- MATCH - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- matches - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket
- material() - Method in class net.minestom.server.registry.Registry.BlockEntry
- material(String, Map<String, Object>, Map<String, Object>) - Static method in class net.minestom.server.registry.Registry
- Material - Interface in net.minestom.server.item
- MathUtils - Class in net.minestom.server.utils
- max - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- max(double) - Method in record class net.minestom.server.coordinate.Vec
- max(Point) - Method in record class net.minestom.server.coordinate.Vec
- max(T) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- MAX_HEALTH - Static variable in class net.minestom.server.attribute.Attribute
- MAX_HEALTH - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.AgeableMobMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.ambient.AmbientCreatureMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.ambient.BatMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.AnimalMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.BeeMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ChickenMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.CowMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.DonkeyMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.FoxMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.GoatMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.HoglinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.HorseMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.LlamaMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.MooshroomMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.MuleMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.OcelotMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PandaMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PigMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PolarBearMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.RabbitMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.SheepMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.SkeletonHorseMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.StriderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.TurtleMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ZombieHorseMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.EntityMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.FlyingMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.GhastMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.PhantomMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.AbstractGolemMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.IronGolemMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.SnowGolemMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.EyeOfEnderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.FireballMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ItemEntityMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.SnowballMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownEggMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownEnderPearlMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownExperienceBottleMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownPotionMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.LivingEntityMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.AbstractMinecartContainerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.ChestMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.HopperMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.MinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.SpawnerMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.TntMinecartMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.MobMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.BlazeMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.CaveSpiderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.CreeperMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.ElderGuardianMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.EndermanMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.EndermiteMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.GiantMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.GuardianMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.MonsterMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.PiglinBruteMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.PiglinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.AbstractIllagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.EvokerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.IllusionerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.PillagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.RaiderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.RavagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.VindicatorMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.WitchMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.SilverfishMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.AbstractSkeletonMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.SkeletonMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.StrayMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.WitherSkeletonMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.SpiderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.VexMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.WitherMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.ZoglinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.DrownedMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.HuskMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombifiedPiglinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.BoatMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EnderDragonMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EvokerFangsMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ExperienceOrbMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FishingHookMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.GlowItemFrameMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LeashKnotMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LightningBoltMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LlamaSpitMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.MagmaCubeMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.MarkerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.PaintingMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.PrimedTntMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ShulkerBulletMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.SlimeMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.TraderLlamaMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.PathfinderMobMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.PlayerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.VillagerMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.WanderingTraderMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.AxolotlMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.DolphinMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.CodMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.PufferfishMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.SalmonMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.GlowSquidMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.SquidMeta
- MAX_OFFSET - Static variable in class net.minestom.server.entity.metadata.water.WaterAnimalMeta
- MAX_PACKET_SIZE - Static variable in class net.minestom.server.network.socket.Server
- MAX_PLAYERS - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- maxDamage() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- MAXIMUM_BITS_PER_ENTRY - Static variable in class net.minestom.server.instance.palette.Palette
-
The maximum bits per entry value.
- maxLevel() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- maxPlayers - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- maxStackSize() - Method in interface net.minestom.server.item.Material
- maxStackSize() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- maxTradeUsesNumber - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- MEDIUM_AMETHYST_BUD - Static variable in interface net.minestom.server.instance.block.Block
- MEDIUM_AMETHYST_BUD - Static variable in interface net.minestom.server.item.Material
- MeleeAttackGoal - Class in net.minestom.server.entity.ai.goal
-
Attacks the entity's target (
EntityCreature.getTarget()) OR the closest entity which can be targeted with the entityTargetSelector. - MeleeAttackGoal(EntityCreature, double, int, TemporalUnit) - Constructor for class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- MeleeAttackGoal(EntityCreature, double, Duration) - Constructor for class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- MELON - Static variable in interface net.minestom.server.instance.block.Block
- MELON - Static variable in interface net.minestom.server.item.Material
- MELON_SEEDS - Static variable in interface net.minestom.server.item.Material
- MELON_SLICE - Static variable in interface net.minestom.server.item.Material
- MELON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- MENDING - Static variable in interface net.minestom.server.item.Enchantment
- MERCHANT - Enum constant in enum class net.minestom.server.inventory.InventoryType
- MESA - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- message - Variable in class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
- message - Variable in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- message - Variable in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- message - Variable in class net.minestom.server.network.packet.server.play.DisconnectPacket
- messageId - Variable in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- messageId - Variable in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- Messenger - Class in net.minestom.server.message
-
Utility class to handle client chat settings.
- Messenger() - Constructor for class net.minestom.server.message.Messenger
- meta(Class<U>, Consumer<T>) - Method in class net.minestom.server.item.ItemStackBuilder
- meta(UnaryOperator<T>) - Method in class net.minestom.server.item.ItemStackBuilder
- meta(ItemMeta) - Method in class net.minestom.server.item.ItemStackBuilder
- metaBuilder - Variable in class net.minestom.server.item.ItemStackBuilder
- metadata - Variable in class net.minestom.server.entity.Entity
- metadata - Variable in class net.minestom.server.entity.metadata.EntityMeta
- metadata - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- Metadata - Class in net.minestom.server.entity
- Metadata(Entity) - Constructor for class net.minestom.server.entity.Metadata
- Metadata.Entry<T> - Class in net.minestom.server.entity
- Metadata.Value<T> - Class in net.minestom.server.entity
- metaDataAt(int, int, int) - Method in class net.minestom.server.entity.pathfinding.PFColumnarSpace
- METAL - Enum constant in enum class net.minestom.server.map.MapColors
- MIDDLE - Enum constant in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
- middleClick(Player, int) - Method in class net.minestom.server.inventory.Inventory
- middleClick(Player, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
- middleClick(Player, int) - Method in class net.minestom.server.inventory.PlayerInventory
- MILK_BUCKET - Static variable in interface net.minestom.server.item.Material
- MILLISECOND - Static variable in class net.minestom.server.utils.time.TimeUnit
- min - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- min(double) - Method in record class net.minestom.server.coordinate.Vec
- min(Point) - Method in record class net.minestom.server.coordinate.Vec
- min(T) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- MINECART - Static variable in interface net.minestom.server.entity.EntityType
- MINECART - Static variable in interface net.minestom.server.item.Material
- MINECART_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- MinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- MinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.MinecartMeta
- MinecraftServer - Class in net.minestom.server
-
The main server class used to start the server and retrieve all the managers.
- MinecraftServer() - Constructor for class net.minestom.server.MinecraftServer
- MINED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- MINESTOM_USERNAME - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- MINESTOM_UUID - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- MinestomAdventure - Class in net.minestom.server.adventure
-
Adventure related constants, etc.
- MinestomBytecodeProvider - Class in net.minestom.server.extras.selfmodification.mixins
-
Provides class bytecode for Mixin
- MinestomBytecodeProvider(MinestomRootClassLoader) - Constructor for class net.minestom.server.extras.selfmodification.mixins.MinestomBytecodeProvider
- MinestomClassProvider - Class in net.minestom.server.extras.selfmodification.mixins
-
Provides classes for Mixin
- MinestomClassProvider(MinestomRootClassLoader) - Constructor for class net.minestom.server.extras.selfmodification.mixins.MinestomClassProvider
- MinestomExtensionClassLoader - Class in net.minestom.server.extras.selfmodification
- MinestomExtensionClassLoader(String, String, URL[], MinestomRootClassLoader) - Constructor for class net.minestom.server.extras.selfmodification.MinestomExtensionClassLoader
- MinestomGsonComponentSerializerProvider - Class in net.minestom.server.adventure.provider
- MinestomGsonComponentSerializerProvider() - Constructor for class net.minestom.server.adventure.provider.MinestomGsonComponentSerializerProvider
- MinestomLegacyComponentSerializerProvider - Class in net.minestom.server.adventure.provider
- MinestomLegacyComponentSerializerProvider() - Constructor for class net.minestom.server.adventure.provider.MinestomLegacyComponentSerializerProvider
- MinestomPlainTextComponentSerializerProvider - Class in net.minestom.server.adventure.provider
- MinestomPlainTextComponentSerializerProvider() - Constructor for class net.minestom.server.adventure.provider.MinestomPlainTextComponentSerializerProvider
- MinestomRootClassLoader - Class in net.minestom.server.extras.selfmodification
-
Class Loader that can modify class bytecode when they are loaded
- MinestomTerminal - Class in net.minestom.server.terminal
- MinestomTerminal() - Constructor for class net.minestom.server.terminal.MinestomTerminal
- MinestomThread - Class in net.minestom.server.thread
- MinestomThread(String) - Constructor for class net.minestom.server.thread.MinestomThread
- MinestomThread(Runnable, String) - Constructor for class net.minestom.server.thread.MinestomThread
- MinestomThread(Runnable) - Constructor for class net.minestom.server.thread.MinestomThread
- MinestomThreadPool - Class in net.minestom.server.thread
- MinestomThreadPool(int, String) - Constructor for class net.minestom.server.thread.MinestomThreadPool
-
Creates a non-local thread pool executor
- MinestomThreadPool(int, String, boolean) - Constructor for class net.minestom.server.thread.MinestomThreadPool
- MINIMUM_BITS_PER_ENTRY - Static variable in class net.minestom.server.instance.palette.Palette
-
The minimum bits per entry value.
- MINING_FATIGUE - Static variable in interface net.minestom.server.potion.PotionEffect
- MINUTE - Static variable in class net.minestom.server.utils.time.TimeUnit
- minY(int) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- mirror - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- MIXED_TYPE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- MixinAuditTrailMinestom - Class in net.minestom.server.extras.selfmodification.mixins
-
Takes care of logging mixin operations
- MixinAuditTrailMinestom() - Constructor for class net.minestom.server.extras.selfmodification.mixins.MixinAuditTrailMinestom
- MixinCodeModifier - Class in net.minestom.server.extras.selfmodification.mixins
-
CodeModifier responsible for applying Mixins during class load
- MixinCodeModifier() - Constructor for class net.minestom.server.extras.selfmodification.mixins.MixinCodeModifier
- MixinPlatformAgentMinestom - Class in net.minestom.server.extras.selfmodification.mixins
- MixinPlatformAgentMinestom() - Constructor for class net.minestom.server.extras.selfmodification.mixins.MixinPlatformAgentMinestom
- MixinServiceMinestom - Class in net.minestom.server.extras.selfmodification.mixins
- MixinServiceMinestom() - Constructor for class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- MixinServiceMinestomBootstrap - Class in net.minestom.server.extras.selfmodification.mixins
- MixinServiceMinestomBootstrap() - Constructor for class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap
- mixWith(RGBLike...) - Method in class net.minestom.server.color.Color
-
Mixes this color with a series of other colors, as if they were combined in a crafting table.
- MOB_KILLS - Static variable in interface net.minestom.server.statistic.StatisticType
- MOB_SPAWN_PARTICLE_EFFECT - Enum constant in enum class net.minestom.server.effects.Effects
- MobMeta - Class in net.minestom.server.entity.metadata
- MobMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.MobMeta
- mod(double, double) - Static method in class net.minestom.server.utils.MathUtils
- mode - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- mode - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- mode - Variable in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
-
0 = create the scoreboard
1 = to remove the scoreboard
2 = to update the display text - mode - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- MODERN_FULL_RGB - Enum constant in enum class net.minestom.server.ping.ServerListPingType
-
The client is on version 1.16 or higher and supports full RGB with JSON text formatting.
- MODERN_NAMED_COLORS - Enum constant in enum class net.minestom.server.ping.ServerListPingType
-
The client is on version 1.7 or higher and doesn't support full RGB but does support JSON text formatting.
- MOJANG_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- MojangAuth - Class in net.minestom.server.extras
- MojangAuth() - Constructor for class net.minestom.server.extras.MojangAuth
- MojangCrypt - Class in net.minestom.server.extras.mojangAuth
- MojangCrypt() - Constructor for class net.minestom.server.extras.mojangAuth.MojangCrypt
- MojangUtils - Class in net.minestom.server.utils.mojang
-
Utils class using mojang API.
- MojangUtils() - Constructor for class net.minestom.server.utils.mojang.MojangUtils
- MonsterMeta - Class in net.minestom.server.entity.metadata.monster
- MonsterMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.MonsterMeta
- moodSound(BiomeEffects.MoodSound) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- MoodSound(NamespaceID, int, int, double) - Constructor for class net.minestom.server.world.biomes.BiomeEffects.MoodSound
- MOOSHROOM - Static variable in interface net.minestom.server.entity.EntityType
- MOOSHROOM_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- MooshroomMeta - Class in net.minestom.server.entity.metadata.animal
- MooshroomMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.MooshroomMeta
- MooshroomMeta.Variant - Enum Class in net.minestom.server.entity.metadata.animal
- MOSS_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- MOSS_BLOCK - Static variable in interface net.minestom.server.item.Material
- MOSS_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- MOSS_CARPET - Static variable in interface net.minestom.server.item.Material
- MOSSY_COBBLESTONE - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_COBBLESTONE - Static variable in interface net.minestom.server.item.Material
- MOSSY_COBBLESTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_COBBLESTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- MOSSY_COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_COBBLESTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- MOSSY_COBBLESTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_COBBLESTONE_WALL - Static variable in interface net.minestom.server.item.Material
- MOSSY_STONE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_STONE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- MOSSY_STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- MOSSY_STONE_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_STONE_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- MOSSY_STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- MOSSY_STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- motive - Variable in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- move(Entity, Point, Point, EntityTracker.Target<T>, EntityTracker.Update<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Called every time an entity move, you may want to verify if the new position is in a different chunk.
- MOVEMENT_SPEED - Static variable in class net.minestom.server.attribute.Attribute
- MOVEMENT_SPEED - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- moveTo(Vec3d, Passibility, Gravitation) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- moveTowards(Point, double) - Method in class net.minestom.server.entity.pathfinding.Navigator
-
Used to move the entity toward
directionin the X and Z axis Gravity is still applied but the entity will not attempt to jump Also update the yaw/pitch of the entity to look along 'direction' - MOVING_PISTON - Static variable in interface net.minestom.server.instance.block.Block
- mul(double) - Method in interface net.minestom.server.coordinate.Point
- mul(double) - Method in record class net.minestom.server.coordinate.Pos
- mul(double) - Method in record class net.minestom.server.coordinate.Vec
- mul(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- mul(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
- mul(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- mul(Point) - Method in interface net.minestom.server.coordinate.Point
- mul(Point) - Method in record class net.minestom.server.coordinate.Pos
- mul(Point) - Method in record class net.minestom.server.coordinate.Vec
- MULE - Static variable in interface net.minestom.server.entity.EntityType
- MULE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- MuleMeta - Class in net.minestom.server.entity.metadata.animal
- MuleMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.MuleMeta
- MULTI_BLOCK_CHANGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- MultiBlockChangePacket - Class in net.minestom.server.network.packet.server.play
- MultiBlockChangePacket() - Constructor for class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- MultiBlockChangePacket.BlockEntry - Class in net.minestom.server.network.packet.server.play
- multiplier() - Method in enum class net.minestom.server.map.MapColors.Multiplier
- MULTIPLY_BASE - Enum constant in enum class net.minestom.server.attribute.AttributeOperation
- MULTIPLY_TOTAL - Enum constant in enum class net.minestom.server.attribute.AttributeOperation
- multiply53() - Method in enum class net.minestom.server.map.MapColors
-
Returns the color index with RGB multiplied by 0.53, to use on a map
- multiply71() - Method in enum class net.minestom.server.map.MapColors
-
Returns the color index with RGB multiplied by 0.71, to use on a map
- multiply86() - Method in enum class net.minestom.server.map.MapColors
-
Returns the color index with RGB multiplied by 0.86, to use on a map
- MULTISHOT - Static variable in interface net.minestom.server.item.Enchantment
- MUNDANE - Static variable in interface net.minestom.server.potion.PotionType
- MUSHROOM - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- MUSHROOM_STEM - Static variable in interface net.minestom.server.instance.block.Block
- MUSHROOM_STEM - Static variable in interface net.minestom.server.item.Material
- MUSHROOM_STEW - Static variable in interface net.minestom.server.item.Material
- music(BiomeEffects.Music) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- Music(NamespaceID, int, int, boolean) - Constructor for class net.minestom.server.world.biomes.BiomeEffects.Music
- MUSIC_CREATIVE - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_CREDITS - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_11 - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_11 - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_13 - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_13 - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_BLOCKS - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_BLOCKS - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_CAT - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_CAT - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_CHIRP - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_CHIRP - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_FAR - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_FAR - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_MALL - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_MALL - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_MELLOHI - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_MELLOHI - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_PIGSTEP - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_PIGSTEP - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_STAL - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_STAL - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_STRAD - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_STRAD - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_WAIT - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_WAIT - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DISC_WARD - Static variable in interface net.minestom.server.item.Material
- MUSIC_DISC_WARD - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_DRAGON - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_END - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_GAME - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_MENU - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_NETHER_BASALT_DELTAS - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_NETHER_CRIMSON_FOREST - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_NETHER_NETHER_WASTES - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_NETHER_SOUL_SAND_VALLEY - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_NETHER_WARPED_FOREST - Static variable in interface net.minestom.server.sound.SoundEvent
- MUSIC_UNDER_WATER - Static variable in interface net.minestom.server.sound.SoundEvent
- mutateNbt(Consumer<NBTCompound>) - Method in class net.minestom.server.item.ItemMetaBuilder
- MUTTON - Static variable in interface net.minestom.server.item.Material
- MYCELIUM - Static variable in interface net.minestom.server.instance.block.Block
- MYCELIUM - Static variable in interface net.minestom.server.item.Material
- MYCELIUM - Static variable in interface net.minestom.server.particle.Particle
N
- name - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- name - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- name - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- name - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- name() - Method in interface net.minestom.server.registry.ProtocolObject
- name(NamespaceID) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- name(NamespaceID) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- NAME_REGEX - Static variable in class net.minestom.server.extensions.DiscoveredExtension
-
The regex that this name must pass.
- NAME_TAG - Static variable in interface net.minestom.server.item.Material
- named(String) - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with a given name and a random UUID. - named(Component) - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with a given name and a random UUID. - NAMED_SOUND_EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- NamedAndIdentified - Interface in net.minestom.server.utils.identity
- NamedSoundEffectPacket - Class in net.minestom.server.network.packet.server.play
- NamedSoundEffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- namespace() - Method in interface net.minestom.server.entity.EntityType
- namespace() - Method in interface net.minestom.server.instance.block.Block
- namespace() - Method in interface net.minestom.server.item.Enchantment
- namespace() - Method in interface net.minestom.server.item.Material
- namespace() - Method in interface net.minestom.server.potion.PotionEffect
- namespace() - Method in interface net.minestom.server.registry.ProtocolObject
- namespace() - Method in class net.minestom.server.registry.Registry.BlockEntry
- namespace() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- namespace() - Method in class net.minestom.server.registry.Registry.EntityEntry
- namespace() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- namespace() - Method in class net.minestom.server.registry.Registry.PotionEffectEntry
- namespace() - Method in class net.minestom.server.utils.NamespaceID
- NamespaceID - Class in net.minestom.server.utils
-
Represents a namespaced ID https://minecraft.gamepedia.com/Namespaced_ID
- NamespaceIDHashMap<V> - Class in net.minestom.server.utils
- NamespaceIDHashMap() - Constructor for class net.minestom.server.utils.NamespaceIDHashMap
- nameTagVisibility - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
Visibility state for the name tag
- nameTagVisibility(TeamsPacket.NameTagVisibility) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the
TeamsPacket.NameTagVisibilityof theTeamwithout an update packet. - natural(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- NAUSEA - Static variable in interface net.minestom.server.potion.PotionEffect
- NAUTILUS - Static variable in interface net.minestom.server.particle.Particle
- NAUTILUS_SHELL - Static variable in interface net.minestom.server.item.Material
- NavigableEntity - Interface in net.minestom.server.entity.pathfinding
-
Represents an entity which can use the pathfinder.
- Navigator - Class in net.minestom.server.entity.pathfinding
-
Necessary object for all
NavigableEntity. - Navigator(Entity) - Constructor for class net.minestom.server.entity.pathfinding.Navigator
- nbt() - Method in interface net.minestom.server.instance.block.Block
-
Returns an unmodifiable view to the block nbt.
- nbt() - Method in class net.minestom.server.item.ItemMetaBuilder
- NBT - Static variable in class net.minestom.server.tag.Tag
-
Handles the complete tag holder compound.
- NBT(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- NBT(String) - Static method in class net.minestom.server.tag.Tag
- NBT(NBT) - Static method in class net.minestom.server.entity.Metadata
- NBT_CODEC - Static variable in class net.minestom.server.adventure.MinestomAdventure
-
A codec to convert between strings and NBT.
- NBT_QUERY_RESPONSE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- nbtCompound - Variable in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- nbtCompound - Variable in class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- NbtCompound(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- NbtQueryResponsePacket - Class in net.minestom.server.network.packet.server.play
- NbtQueryResponsePacket() - Constructor for class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- NBTUtils - Class in net.minestom.server.utils
- NBTUtils.EnchantmentSetter - Interface in net.minestom.server.utils
- nearbyEntities(Point, double, EntityTracker.Target<T>, EntityTracker.Query<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets the entities within a range.
- NEAREST - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
- NEAREST_PLAYER - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- neg() - Method in record class net.minestom.server.coordinate.Vec
- net.minestom.server - package net.minestom.server
- net.minestom.server.acquirable - package net.minestom.server.acquirable
- net.minestom.server.advancements - package net.minestom.server.advancements
- net.minestom.server.advancements.notifications - package net.minestom.server.advancements.notifications
- net.minestom.server.adventure - package net.minestom.server.adventure
- net.minestom.server.adventure.audience - package net.minestom.server.adventure.audience
- net.minestom.server.adventure.bossbar - package net.minestom.server.adventure.bossbar
- net.minestom.server.adventure.provider - package net.minestom.server.adventure.provider
- net.minestom.server.attribute - package net.minestom.server.attribute
- net.minestom.server.collision - package net.minestom.server.collision
- net.minestom.server.color - package net.minestom.server.color
- net.minestom.server.command - package net.minestom.server.command
- net.minestom.server.command.builder - package net.minestom.server.command.builder
- net.minestom.server.command.builder.arguments - package net.minestom.server.command.builder.arguments
- net.minestom.server.command.builder.arguments.minecraft - package net.minestom.server.command.builder.arguments.minecraft
- net.minestom.server.command.builder.arguments.minecraft.registry - package net.minestom.server.command.builder.arguments.minecraft.registry
- net.minestom.server.command.builder.arguments.number - package net.minestom.server.command.builder.arguments.number
- net.minestom.server.command.builder.arguments.relative - package net.minestom.server.command.builder.arguments.relative
- net.minestom.server.command.builder.condition - package net.minestom.server.command.builder.condition
- net.minestom.server.command.builder.exception - package net.minestom.server.command.builder.exception
- net.minestom.server.command.builder.parser - package net.minestom.server.command.builder.parser
- net.minestom.server.command.builder.suggestion - package net.minestom.server.command.builder.suggestion
- net.minestom.server.coordinate - package net.minestom.server.coordinate
- net.minestom.server.data - package net.minestom.server.data
- net.minestom.server.data.type - package net.minestom.server.data.type
- net.minestom.server.data.type.array - package net.minestom.server.data.type.array
- net.minestom.server.effects - package net.minestom.server.effects
- net.minestom.server.entity - package net.minestom.server.entity
- net.minestom.server.entity.ai - package net.minestom.server.entity.ai
- net.minestom.server.entity.ai.goal - package net.minestom.server.entity.ai.goal
- net.minestom.server.entity.ai.target - package net.minestom.server.entity.ai.target
- net.minestom.server.entity.damage - package net.minestom.server.entity.damage
- net.minestom.server.entity.fakeplayer - package net.minestom.server.entity.fakeplayer
- net.minestom.server.entity.hologram - package net.minestom.server.entity.hologram
- net.minestom.server.entity.metadata - package net.minestom.server.entity.metadata
- net.minestom.server.entity.metadata.ambient - package net.minestom.server.entity.metadata.ambient
- net.minestom.server.entity.metadata.animal - package net.minestom.server.entity.metadata.animal
- net.minestom.server.entity.metadata.animal.tameable - package net.minestom.server.entity.metadata.animal.tameable
- net.minestom.server.entity.metadata.arrow - package net.minestom.server.entity.metadata.arrow
- net.minestom.server.entity.metadata.flying - package net.minestom.server.entity.metadata.flying
- net.minestom.server.entity.metadata.golem - package net.minestom.server.entity.metadata.golem
- net.minestom.server.entity.metadata.item - package net.minestom.server.entity.metadata.item
- net.minestom.server.entity.metadata.minecart - package net.minestom.server.entity.metadata.minecart
- net.minestom.server.entity.metadata.monster - package net.minestom.server.entity.metadata.monster
- net.minestom.server.entity.metadata.monster.raider - package net.minestom.server.entity.metadata.monster.raider
- net.minestom.server.entity.metadata.monster.skeleton - package net.minestom.server.entity.metadata.monster.skeleton
- net.minestom.server.entity.metadata.monster.zombie - package net.minestom.server.entity.metadata.monster.zombie
- net.minestom.server.entity.metadata.other - package net.minestom.server.entity.metadata.other
- net.minestom.server.entity.metadata.villager - package net.minestom.server.entity.metadata.villager
- net.minestom.server.entity.metadata.water - package net.minestom.server.entity.metadata.water
- net.minestom.server.entity.metadata.water.fish - package net.minestom.server.entity.metadata.water.fish
- net.minestom.server.entity.pathfinding - package net.minestom.server.entity.pathfinding
- net.minestom.server.entity.vehicle - package net.minestom.server.entity.vehicle
- net.minestom.server.event - package net.minestom.server.event
- net.minestom.server.event.entity - package net.minestom.server.event.entity
- net.minestom.server.event.handler - package net.minestom.server.event.handler
- net.minestom.server.event.instance - package net.minestom.server.event.instance
- net.minestom.server.event.inventory - package net.minestom.server.event.inventory
- net.minestom.server.event.item - package net.minestom.server.event.item
- net.minestom.server.event.player - package net.minestom.server.event.player
- net.minestom.server.event.server - package net.minestom.server.event.server
- net.minestom.server.event.trait - package net.minestom.server.event.trait
- net.minestom.server.exception - package net.minestom.server.exception
- net.minestom.server.extensions - package net.minestom.server.extensions
- net.minestom.server.extras - package net.minestom.server.extras
- net.minestom.server.extras.bungee - package net.minestom.server.extras.bungee
- net.minestom.server.extras.lan - package net.minestom.server.extras.lan
- net.minestom.server.extras.mojangAuth - package net.minestom.server.extras.mojangAuth
- net.minestom.server.extras.optifine - package net.minestom.server.extras.optifine
- net.minestom.server.extras.query - package net.minestom.server.extras.query
- net.minestom.server.extras.query.event - package net.minestom.server.extras.query.event
- net.minestom.server.extras.query.response - package net.minestom.server.extras.query.response
- net.minestom.server.extras.selfmodification - package net.minestom.server.extras.selfmodification
- net.minestom.server.extras.selfmodification.mixins - package net.minestom.server.extras.selfmodification.mixins
- net.minestom.server.extras.velocity - package net.minestom.server.extras.velocity
- net.minestom.server.fluid - package net.minestom.server.fluid
- net.minestom.server.gamedata.tags - package net.minestom.server.gamedata.tags
- net.minestom.server.instance - package net.minestom.server.instance
- net.minestom.server.instance.batch - package net.minestom.server.instance.batch
- net.minestom.server.instance.block - package net.minestom.server.instance.block
- net.minestom.server.instance.block.rule - package net.minestom.server.instance.block.rule
- net.minestom.server.instance.block.rule.vanilla - package net.minestom.server.instance.block.rule.vanilla
- net.minestom.server.instance.palette - package net.minestom.server.instance.palette
- net.minestom.server.inventory - package net.minestom.server.inventory
- net.minestom.server.inventory.click - package net.minestom.server.inventory.click
- net.minestom.server.inventory.condition - package net.minestom.server.inventory.condition
- net.minestom.server.inventory.type - package net.minestom.server.inventory.type
- net.minestom.server.item - package net.minestom.server.item
- net.minestom.server.item.attribute - package net.minestom.server.item.attribute
- net.minestom.server.item.firework - package net.minestom.server.item.firework
- net.minestom.server.item.metadata - package net.minestom.server.item.metadata
- net.minestom.server.item.rule - package net.minestom.server.item.rule
- net.minestom.server.listener - package net.minestom.server.listener
- net.minestom.server.listener.manager - package net.minestom.server.listener.manager
- net.minestom.server.map - package net.minestom.server.map
- net.minestom.server.map.framebuffers - package net.minestom.server.map.framebuffers
- net.minestom.server.message - package net.minestom.server.message
- net.minestom.server.monitoring - package net.minestom.server.monitoring
- net.minestom.server.network - package net.minestom.server.network
- net.minestom.server.network.packet.client - package net.minestom.server.network.packet.client
- net.minestom.server.network.packet.client.handler - package net.minestom.server.network.packet.client.handler
- net.minestom.server.network.packet.client.handshake - package net.minestom.server.network.packet.client.handshake
- net.minestom.server.network.packet.client.login - package net.minestom.server.network.packet.client.login
- net.minestom.server.network.packet.client.play - package net.minestom.server.network.packet.client.play
- net.minestom.server.network.packet.client.status - package net.minestom.server.network.packet.client.status
- net.minestom.server.network.packet.server - package net.minestom.server.network.packet.server
- net.minestom.server.network.packet.server.handshake - package net.minestom.server.network.packet.server.handshake
- net.minestom.server.network.packet.server.login - package net.minestom.server.network.packet.server.login
- net.minestom.server.network.packet.server.play - package net.minestom.server.network.packet.server.play
- net.minestom.server.network.packet.server.status - package net.minestom.server.network.packet.server.status
- net.minestom.server.network.player - package net.minestom.server.network.player
- net.minestom.server.network.socket - package net.minestom.server.network.socket
- net.minestom.server.particle - package net.minestom.server.particle
- net.minestom.server.permission - package net.minestom.server.permission
- net.minestom.server.ping - package net.minestom.server.ping
- net.minestom.server.potion - package net.minestom.server.potion
- net.minestom.server.recipe - package net.minestom.server.recipe
- net.minestom.server.registry - package net.minestom.server.registry
- net.minestom.server.resourcepack - package net.minestom.server.resourcepack
- net.minestom.server.scoreboard - package net.minestom.server.scoreboard
- net.minestom.server.sound - package net.minestom.server.sound
- net.minestom.server.statistic - package net.minestom.server.statistic
- net.minestom.server.storage - package net.minestom.server.storage
- net.minestom.server.tag - package net.minestom.server.tag
- net.minestom.server.terminal - package net.minestom.server.terminal
- net.minestom.server.thread - package net.minestom.server.thread
- net.minestom.server.timer - package net.minestom.server.timer
- net.minestom.server.utils - package net.minestom.server.utils
- net.minestom.server.utils.advancement - package net.minestom.server.utils.advancement
- net.minestom.server.utils.async - package net.minestom.server.utils.async
- net.minestom.server.utils.binary - package net.minestom.server.utils.binary
- net.minestom.server.utils.block - package net.minestom.server.utils.block
- net.minestom.server.utils.cache - package net.minestom.server.utils.cache
- net.minestom.server.utils.callback - package net.minestom.server.utils.callback
- net.minestom.server.utils.callback.validator - package net.minestom.server.utils.callback.validator
- net.minestom.server.utils.chunk - package net.minestom.server.utils.chunk
- net.minestom.server.utils.clone - package net.minestom.server.utils.clone
- net.minestom.server.utils.debug - package net.minestom.server.utils.debug
- net.minestom.server.utils.entity - package net.minestom.server.utils.entity
- net.minestom.server.utils.function - package net.minestom.server.utils.function
- net.minestom.server.utils.identity - package net.minestom.server.utils.identity
- net.minestom.server.utils.instance - package net.minestom.server.utils.instance
- net.minestom.server.utils.inventory - package net.minestom.server.utils.inventory
- net.minestom.server.utils.location - package net.minestom.server.utils.location
- net.minestom.server.utils.math - package net.minestom.server.utils.math
- net.minestom.server.utils.mojang - package net.minestom.server.utils.mojang
- net.minestom.server.utils.player - package net.minestom.server.utils.player
- net.minestom.server.utils.position - package net.minestom.server.utils.position
- net.minestom.server.utils.thread - package net.minestom.server.utils.thread
- net.minestom.server.utils.time - package net.minestom.server.utils.time
- net.minestom.server.utils.url - package net.minestom.server.utils.url
- net.minestom.server.utils.validate - package net.minestom.server.utils.validate
- net.minestom.server.world - package net.minestom.server.world
- net.minestom.server.world.biomes - package net.minestom.server.world.biomes
- NETHER - Enum constant in enum class net.minestom.server.map.MapColors
- NETHER - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- NETHER_BRICK - Static variable in interface net.minestom.server.item.Material
- NETHER_BRICK_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_BRICK_FENCE - Static variable in interface net.minestom.server.item.Material
- NETHER_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- NETHER_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- NETHER_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- NETHER_GOLD_ORE - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_GOLD_ORE - Static variable in interface net.minestom.server.item.Material
- NETHER_PORTAL - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_QUARTZ_ORE - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_QUARTZ_ORE - Static variable in interface net.minestom.server.item.Material
- NETHER_SPROUTS - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_SPROUTS - Static variable in interface net.minestom.server.item.Material
- NETHER_STAR - Static variable in interface net.minestom.server.item.Material
- NETHER_WART - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_WART - Static variable in interface net.minestom.server.item.Material
- NETHER_WART_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- NETHER_WART_BLOCK - Static variable in interface net.minestom.server.item.Material
- NETHERITE_AXE - Static variable in interface net.minestom.server.item.Material
- NETHERITE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- NETHERITE_BLOCK - Static variable in interface net.minestom.server.item.Material
- NETHERITE_BOOTS - Static variable in interface net.minestom.server.item.Material
- NETHERITE_CHESTPLATE - Static variable in interface net.minestom.server.item.Material
- NETHERITE_HELMET - Static variable in interface net.minestom.server.item.Material
- NETHERITE_HOE - Static variable in interface net.minestom.server.item.Material
- NETHERITE_INGOT - Static variable in interface net.minestom.server.item.Material
- NETHERITE_LEGGINGS - Static variable in interface net.minestom.server.item.Material
- NETHERITE_PICKAXE - Static variable in interface net.minestom.server.item.Material
- NETHERITE_SCRAP - Static variable in interface net.minestom.server.item.Material
- NETHERITE_SHOVEL - Static variable in interface net.minestom.server.item.Material
- NETHERITE_SWORD - Static variable in interface net.minestom.server.item.Material
- NETHERRACK - Static variable in interface net.minestom.server.instance.block.Block
- NETHERRACK - Static variable in interface net.minestom.server.item.Material
- NetworkUtils - Class in net.minestom.server.utils
-
Network related utilities.
- NEVER - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Cannot push an object, but neither can they be pushed
- NEVER - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
The name tag is invisible
- NEVER - Enum constant in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Chunk thread is constant after being defined.
- newChild(URL[]) - Method in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- newDiameter - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- newDiameter - Variable in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- newPosition() - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Returns the value of the
newPositionrecord component. - newVelocity() - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Returns the value of the
newVelocityrecord component. - next() - Method in class net.minestom.server.utils.block.BlockIterator
-
Returns the next BlockPosition in the trace
- nextTick - Variable in class net.minestom.server.entity.Entity
- nextTick - Variable in class net.minestom.server.instance.Instance
- NIGHT_VISION - Static variable in interface net.minestom.server.potion.PotionEffect
- NIGHT_VISION - Static variable in interface net.minestom.server.potion.PotionType
- NITWIT - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- NO_BLOCK - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- NO_DELAY - Static variable in class net.minestom.server.network.socket.Server
- NO_MATERIAL - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- NO_NUMBER - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- NO_RESPAWN_BLOCK - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- Node() - Constructor for class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- noDelay() - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Clears the delay until minestom will send the ping response packet.
- NodeMaker - Class in net.minestom.server.command.builder
- NodeMaker(DeclareCommandsPacket.Node[], int) - Constructor for class net.minestom.server.command.builder.NodeMaker
- NodeMaker.ConfiguredNodes - Class in net.minestom.server.command.builder
- NodeMaker.Options - Class in net.minestom.server.command.builder
- NodeMaker.Request - Interface in net.minestom.server.command.builder
- nodes - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- nonce - Variable in class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- NONE - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- NONE - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- NONE - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- NONE - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- NONE - Enum constant in enum class net.minestom.server.instance.block.BlockGetter.Condition
-
Returns a block no matter what.
- NONE - Enum constant in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
- NONE - Enum constant in enum class net.minestom.server.map.MapColors
- NONE - Enum constant in enum class net.minestom.server.message.ChatMessageType
-
The client doesn't want any messages.
- NONE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mirror
- NONE - Enum constant in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
- NONE - Enum constant in enum class net.minestom.server.utils.Rotation
-
No rotation
- NONE - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- NONE - Enum constant in enum class net.minestom.server.world.biomes.Biome.Precipitation
- NONE - Enum constant in enum class net.minestom.server.world.biomes.Biome.TemperatureModifier
- NONE - Enum constant in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
- NORMAL - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- NORMAL - Enum constant in enum class net.minestom.server.world.Difficulty
- normalize() - Method in record class net.minestom.server.coordinate.Vec
-
Converts this vector to a unit vector (a vector with length of 1).
- NormalParticle(NamespaceID) - Constructor for class net.minestom.server.world.biomes.BiomeParticles.NormalParticle
- normalX() - Method in enum class net.minestom.server.utils.Direction
- normalY() - Method in enum class net.minestom.server.utils.Direction
- normalZ() - Method in enum class net.minestom.server.utils.Direction
- north() - Method in class net.minestom.server.utils.block.BlockUtils
- NORTH - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- NORTH - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- NORTH - Enum constant in enum class net.minestom.server.utils.Direction
- NOT_BOOLEAN_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentBoolean
- NOT_ENUM_VALUE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentEnum
- NOT_NUMBER_ERROR - Static variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- NOTE - Static variable in interface net.minestom.server.particle.Particle
- NOTE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- NOTE_BLOCK - Static variable in interface net.minestom.server.item.Material
- Notification - Class in net.minestom.server.advancements.notifications
-
Represents a message which can be send using the
NotificationCenter. - Notification(Component, FrameType, ItemStack) - Constructor for class net.minestom.server.advancements.notifications.Notification
- Notification(Component, FrameType, Material) - Constructor for class net.minestom.server.advancements.notifications.Notification
- NotificationCenter - Class in net.minestom.server.advancements.notifications
-
Used to send one or multiples
Notification. - notNull(Object, String) - Static method in class net.minestom.server.utils.validate.Check
- notNull(Object, String, Object...) - Static method in class net.minestom.server.utils.validate.Check
- NOVICE - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- NUM_PLAYERS - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- number - Variable in class net.minestom.server.network.packet.server.status.PongPacket
O
- OAK - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- OAK_BOAT - Static variable in interface net.minestom.server.item.Material
- OAK_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- OAK_BUTTON - Static variable in interface net.minestom.server.item.Material
- OAK_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- OAK_DOOR - Static variable in interface net.minestom.server.item.Material
- OAK_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- OAK_FENCE - Static variable in interface net.minestom.server.item.Material
- OAK_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- OAK_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- OAK_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- OAK_LEAVES - Static variable in interface net.minestom.server.item.Material
- OAK_LOG - Static variable in interface net.minestom.server.instance.block.Block
- OAK_LOG - Static variable in interface net.minestom.server.item.Material
- OAK_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- OAK_PLANKS - Static variable in interface net.minestom.server.item.Material
- OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- OAK_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- OAK_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- OAK_SAPLING - Static variable in interface net.minestom.server.item.Material
- OAK_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- OAK_SIGN - Static variable in interface net.minestom.server.item.Material
- OAK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- OAK_SLAB - Static variable in interface net.minestom.server.item.Material
- OAK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- OAK_STAIRS - Static variable in interface net.minestom.server.item.Material
- OAK_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- OAK_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- OAK_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- OAK_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- OAK_WOOD - Static variable in interface net.minestom.server.item.Material
- ObjectArray<T> - Class in net.minestom.server.utils
-
Represents an array which will be resized to the highest required index.
- ObjectArray() - Constructor for class net.minestom.server.utils.ObjectArray
- ObjectArray(int) - Constructor for class net.minestom.server.utils.ObjectArray
- ObjectDataProvider - Interface in net.minestom.server.entity.metadata
- objectiveName - Variable in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
-
An unique name for the objective
- objectiveName - Variable in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- objectiveValue - Variable in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
-
The text to be displayed for the score
- observe(IExtensionObserver) - Method in class net.minestom.server.extensions.Extension
-
Adds a new observer to this extension.
- OBSERVER - Static variable in interface net.minestom.server.instance.block.Block
- OBSERVER - Static variable in interface net.minestom.server.item.Material
- observerReferenceQueue - Variable in class net.minestom.server.extensions.Extension
- observers - Variable in class net.minestom.server.extensions.Extension
-
Observers that will be notified of events related to this extension.
- OBSIDIAN - Static variable in interface net.minestom.server.instance.block.Block
- OBSIDIAN - Static variable in interface net.minestom.server.item.Material
- occlusionFields() - Method in class net.minestom.server.entity.pathfinding.PFColumnarSpace
- OCEAN - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- OCELOT - Static variable in interface net.minestom.server.entity.EntityType
- OCELOT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- OcelotMeta - Class in net.minestom.server.entity.metadata.animal
- OcelotMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.OcelotMeta
- of(double) - Static method in class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- of(double, double) - Static method in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- of(double, double, double, double, long, int, int, int) - Static method in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- of(double, double, long) - Static method in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- of(int) - Static method in class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- of(int) - Static method in class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- of(int, int, Component) - Static method in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- of(Class<T>, Consumer<T>) - Static method in interface net.minestom.server.event.EventListener
-
Create an event listener without any special options.
- of(String, UUID) - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with a given name and UUID. - of(Predicate<Audience>) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Gets every audience member in the registry who matches a given predicate.
- of(Supplier<T>) - Static method in class net.minestom.server.utils.cache.LocalCache
- of(Key) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Gets every audience in the registry under a specific key.
- of(Keyed) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Gets every audience in the registry under a specific key.
- of(Component, UUID) - Static method in interface net.minestom.server.utils.identity.NamedAndIdentified
-
Creates a
NamedAndIdentifiedinstance with a given name and UUID. - of(CommandResult.Type, String) - Static method in class net.minestom.server.command.builder.CommandResult
- of(Material) - Static method in class net.minestom.server.item.ItemStack
- of(Material, int) - Static method in class net.minestom.server.item.ItemStack
- of(ThreadProvider, int) - Static method in class net.minestom.server.thread.ThreadDispatcher
- of(Collection<Player>) - Static method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
-
Creates a packet grouping audience that copies an iterable of players.
- of(T) - Static method in interface net.minestom.server.acquirable.Acquirable
-
Creates a new
Acquirableobject. - ofBuffer(int) - Static method in class net.minestom.server.utils.cache.LocalCache
- OFF - Enum constant in enum class net.minestom.server.entity.Player.Hand
- OFF_HAND - Enum constant in enum class net.minestom.server.entity.EquipmentSlot
- OFFHAND - Enum constant in enum class net.minestom.server.item.attribute.AttributeSlot
- OFFHAND_SLOT - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- offset - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- OFFSET - Static variable in class net.minestom.server.entity.metadata.AgeableMobMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.ambient.AmbientCreatureMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.ambient.BatMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.AnimalMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.BeeMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ChickenMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.CowMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.DonkeyMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.FoxMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.GoatMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.HoglinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.HorseMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.LlamaMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.MooshroomMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.MuleMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.OcelotMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PandaMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PigMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.PolarBearMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.RabbitMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.SheepMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.SkeletonHorseMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.StriderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.TurtleMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.animal.ZombieHorseMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.EntityMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.FlyingMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.GhastMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.flying.PhantomMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.AbstractGolemMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.IronGolemMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.golem.SnowGolemMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.EyeOfEnderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.FireballMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ItemEntityMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.SnowballMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownEggMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownEnderPearlMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownExperienceBottleMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.item.ThrownPotionMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.LivingEntityMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.AbstractMinecartContainerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.ChestMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.HopperMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.MinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.SpawnerMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.minecart.TntMinecartMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.MobMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.BlazeMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.CaveSpiderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.CreeperMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.ElderGuardianMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.EndermanMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.EndermiteMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.GiantMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.GuardianMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.MonsterMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.PiglinBruteMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.PiglinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.AbstractIllagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.EvokerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.IllusionerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.PillagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.RaiderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.RavagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.VindicatorMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.raider.WitchMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.SilverfishMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.AbstractSkeletonMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.SkeletonMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.StrayMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.skeleton.WitherSkeletonMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.SpiderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.VexMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.WitherMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.ZoglinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.DrownedMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.HuskMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.monster.zombie.ZombifiedPiglinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.BoatMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EnderDragonMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.EvokerFangsMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ExperienceOrbMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.FishingHookMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.GlowItemFrameMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LeashKnotMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LightningBoltMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.LlamaSpitMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.MagmaCubeMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.MarkerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.PaintingMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.PrimedTntMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.ShulkerBulletMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.SlimeMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.TraderLlamaMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.PathfinderMobMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.PlayerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.VillagerMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.villager.WanderingTraderMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.AxolotlMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.DolphinMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.CodMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.PufferfishMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.SalmonMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.GlowSquidMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.SquidMeta
- OFFSET - Static variable in class net.minestom.server.entity.metadata.water.WaterAnimalMeta
- OFFSET - Static variable in class net.minestom.server.utils.inventory.PlayerInventoryUtils
- offsetX - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- offsetY - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- offsetZ - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- ofSize(int) - Static method in class net.minestom.server.utils.binary.BinaryBuffer
- oldDiameter - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- oldDiameter - Variable in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- ON_FIRE - Static variable in class net.minestom.server.entity.damage.DamageType
- onApply(String, String) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinAuditTrailMinestom
- onAttributeChanged(AttributeInstance) - Method in class net.minestom.server.entity.LivingEntity
-
Callback used when an attribute instance has been modified.
- onChunkLoad(Chunk) - Method in class net.minestom.server.thread.ThreadDispatcher
- onChunkUnload(Chunk) - Method in class net.minestom.server.thread.ThreadDispatcher
- onDestroy(BlockHandler.Destroy) - Method in interface net.minestom.server.instance.block.BlockHandler
-
Called when a block has been destroyed or replaced.
- ONE - Static variable in record class net.minestom.server.coordinate.Vec
- onExtensionUnload(String) - Method in interface net.minestom.server.extensions.IExtensionObserver
-
Called before unloading an extension (that is, right after Extension#terminate and right before Extension#unload)
- onExtensionUnload(String) - Method in class net.minestom.server.timer.SchedulerManager
- onGenerate(String, String) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinAuditTrailMinestom
- onGround - Variable in class net.minestom.server.entity.Entity
- onGround - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPacket
- onGround - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- onGround - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- onGround - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- onGround - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- onGround - Variable in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- onGround - Variable in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- onGround - Variable in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- onInstanceCreate(Instance) - Method in class net.minestom.server.thread.ThreadDispatcher
- onInstanceDelete(Instance) - Method in class net.minestom.server.thread.ThreadDispatcher
- onInteract(BlockHandler.Interaction) - Method in interface net.minestom.server.instance.block.BlockHandler
-
Handles interactions with this block.
- ONLY_PLAYERS_ERROR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- ONLY_SINGLE_ENTITY_ERROR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- onlyPlayers(boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- onPacketReceive(ClientPacketConsumer) - Method in class net.minestom.server.network.ConnectionManager
-
Deprecated.listen to
PlayerPacketEvent - onPacketSend(ServerPacketConsumer) - Method in class net.minestom.server.network.ConnectionManager
-
Deprecated.all packet listening methods will ultimately be removed. May or may not work depending on the packet. It is instead recommended to use a proxy, improving scalability and increasing server performance
- onPlace(BlockHandler.Placement) - Method in interface net.minestom.server.instance.block.BlockHandler
-
Called when a block has been placed.
- onPostProcess(String) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinAuditTrailMinestom
- onStuck() - Method in class net.minestom.server.entity.EntityProjectile
-
Called when this projectile is stuck in blocks.
- onTouch(BlockHandler.Touch) - Method in interface net.minestom.server.instance.block.BlockHandler
-
Defines custom behaviour for entities touching this block.
- onUnstuck() - Method in class net.minestom.server.entity.EntityProjectile
-
Called when this projectile unstucks.
- open() - Static method in class net.minestom.server.extras.lan.OpenToLAN
-
Opens the server to LAN with the default config.
- open(String, StorageOptions) - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Called when a
StorageLocationis opened with thisStorageSystem. - open(OpenToLANConfig) - Static method in class net.minestom.server.extras.lan.OpenToLAN
-
Opens the server to LAN.
- OPEN_BARREL - Static variable in interface net.minestom.server.statistic.StatisticType
- OPEN_BOOK - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- OPEN_CHEST - Static variable in interface net.minestom.server.statistic.StatisticType
- OPEN_ENDERCHEST - Static variable in interface net.minestom.server.statistic.StatisticType
- OPEN_HORSE_INVENTORY - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- OPEN_HORSE_WINDOW - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- OPEN_SHULKER_BOX - Static variable in interface net.minestom.server.statistic.StatisticType
- OPEN_SIGN_EDITOR - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- OPEN_TO_LAN - Enum constant in enum class net.minestom.server.ping.ServerListPingType
-
The ping that is sent when
OpenToLANis enabled and sending packets. - OPEN_WINDOW - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- openBook(Book) - Method in class net.minestom.server.entity.Player
- OpenBookPacket - Class in net.minestom.server.network.packet.server.play
- OpenBookPacket() - Constructor for class net.minestom.server.network.packet.server.play.OpenBookPacket
- OpenBookPacket(Player.Hand) - Constructor for class net.minestom.server.network.packet.server.play.OpenBookPacket
- OPENED_TAB - Enum constant in enum class net.minestom.server.advancements.AdvancementAction
- OpenHorseWindowPacket - Class in net.minestom.server.network.packet.server.play
- OpenHorseWindowPacket() - Constructor for class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- openInventory(Inventory) - Method in class net.minestom.server.entity.Player
-
Opens the specified Inventory, close the previous inventory if existing.
- OpenSignEditorPacket - Class in net.minestom.server.network.packet.server.play
- OpenSignEditorPacket() - Constructor for class net.minestom.server.network.packet.server.play.OpenSignEditorPacket
- OpenToLAN - Class in net.minestom.server.extras.lan
-
Utility class to manage opening the server to LAN.
- OpenToLANConfig - Class in net.minestom.server.extras.lan
-
Configuration for opening the server to LAN.
- OpenToLANConfig() - Constructor for class net.minestom.server.extras.lan.OpenToLANConfig
-
Creates a new config with the port set to random and the delay between pings set to 1.5 seconds and the delay between event calls set to 30 seconds.
- OpenWindowPacket - Class in net.minestom.server.network.packet.server.play
- OpenWindowPacket() - Constructor for class net.minestom.server.network.packet.server.play.OpenWindowPacket
- OpenWindowPacket(Component) - Constructor for class net.minestom.server.network.packet.server.play.OpenWindowPacket
- opposite() - Method in enum class net.minestom.server.utils.Direction
- OptBlockID(Integer) - Static method in class net.minestom.server.entity.Metadata
- OptChat(Component) - Static method in class net.minestom.server.entity.Metadata
- OptifineSupport - Class in net.minestom.server.extras.optifine
-
Hacky class for Optifine because of an issue making the client crash if biomes 'swamp' and 'swamp_hills' are not registered.
- OptifineSupport() - Constructor for class net.minestom.server.extras.optifine.OptifineSupport
- Option(Predicate<T>, Consumer<T>, Consumer<T>) - Constructor for class net.minestom.server.utils.ViewEngine.Option
- optional(String, String) - Static method in class net.minestom.server.resourcepack.ResourcePack
- OptionalCallback - Class in net.minestom.server.utils.callback
-
Convenient class to execute callbacks which can be null.
- OptionalCallback() - Constructor for class net.minestom.server.utils.callback.OptionalCallback
- optionalClone(T) - Static method in class net.minestom.server.utils.clone.CloneUtils
- optionalLoadAll(Instance, long[], ChunkCallback) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
-
Executes
Instance.loadOptionalChunk(int, int)for the array of chunkschunkswith multiple callbacks,eachCallbackwhich is executed each time a new chunk is loaded andendCallbackwhen all the chunks in the array have been loaded. - Options() - Constructor for class net.minestom.server.command.builder.NodeMaker.Options
- OptPosition(Point) - Static method in class net.minestom.server.entity.Metadata
- OptUUID(UUID) - Static method in class net.minestom.server.entity.Metadata
- OptVarInt(Integer) - Static method in class net.minestom.server.entity.Metadata
- ORANGE - Enum constant in enum class net.minestom.server.color.DyeColor
- ORANGE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_BANNER - Static variable in interface net.minestom.server.item.Material
- ORANGE_BED - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_BED - Static variable in interface net.minestom.server.item.Material
- ORANGE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_CANDLE - Static variable in interface net.minestom.server.item.Material
- ORANGE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_CARPET - Static variable in interface net.minestom.server.item.Material
- ORANGE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- ORANGE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- ORANGE_DYE - Static variable in interface net.minestom.server.item.Material
- ORANGE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- ORANGE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- ORANGE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- ORANGE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- ORANGE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- ORANGE_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_TULIP - Static variable in interface net.minestom.server.item.Material
- ORANGE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- ORANGE_WOOL - Static variable in interface net.minestom.server.item.Material
- ordinal() - Method in interface net.minestom.server.instance.EntityTracker.Target
- ORIGINAL - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- overlay - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- OVERWORLD - Static variable in class net.minestom.server.world.DimensionType
- OXEYE_DAISY - Static variable in interface net.minestom.server.instance.block.Block
- OXEYE_DAISY - Static variable in interface net.minestom.server.item.Material
- OXIDIZED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- OXIDIZED_COPPER - Static variable in interface net.minestom.server.item.Material
- OXIDIZED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- OXIDIZED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- OXIDIZED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- OXIDIZED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- OXIDIZED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- OXIDIZED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
P
- PACKED_ICE - Static variable in interface net.minestom.server.instance.block.Block
- PACKED_ICE - Static variable in interface net.minestom.server.item.Material
- packet() - Method in class net.minestom.server.network.packet.server.CachedPacket
-
Retrieves the packet object without allocating a buffer.
- packet() - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Returns the value of the
packetrecord component. - PACKET_LISTENER_MANAGER - Static variable in class net.minestom.server.network.player.PlayerConnection
- PacketController - Class in net.minestom.server.listener.manager
-
Used to control the output of a packet in
ClientPacketConsumer.accept(Player, PacketController, ClientPlayPacket)andServerPacketConsumer.accept(Collection, PacketController, ServerPacket). - PacketController() - Constructor for class net.minestom.server.listener.manager.PacketController
- PacketGroupingAudience - Interface in net.minestom.server.adventure.audience
-
An audience implementation that sends grouped packets if possible.
- PacketListenerConsumer<T extends ClientPlayPacket> - Interface in net.minestom.server.listener.manager
-
Small convenient interface to use method references with
PacketListenerManager.setListener(Class, PacketListenerConsumer). - PacketListenerManager - Class in net.minestom.server.listener.manager
- PacketListenerManager() - Constructor for class net.minestom.server.listener.manager.PacketListenerManager
- PacketProcessor - Class in net.minestom.server.network
-
Responsible for processing client packets.
- PacketProcessor() - Constructor for class net.minestom.server.network.PacketProcessor
- PacketUtils - Class in net.minestom.server.utils
-
Utils class for packets.
- pages - Variable in class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- pages(List<Component>) - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- pages(List<Component>) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- pages(Component...) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- PAINTING - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- PAINTING - Static variable in interface net.minestom.server.entity.EntityType
- PAINTING - Static variable in interface net.minestom.server.item.Material
- PaintingMeta - Class in net.minestom.server.entity.metadata.other
- PaintingMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.PaintingMeta
- PaintingMeta.Motive - Enum Class in net.minestom.server.entity.metadata.other
- Palette - Class in net.minestom.server.instance.palette
-
Represents a palette storing a complete chunk section.
- Palette(int, int) - Constructor for class net.minestom.server.instance.palette.Palette
- PALETTE_MAXIMUM_BITS - Static variable in class net.minestom.server.instance.palette.Palette
-
The maximum bits per entry value which allow for a data palette.
- PANDA - Static variable in interface net.minestom.server.entity.EntityType
- PANDA_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PandaMeta - Class in net.minestom.server.entity.metadata.animal
- PandaMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.PandaMeta
- PandaMeta.Gene - Enum Class in net.minestom.server.entity.metadata.animal
- PAPER - Static variable in interface net.minestom.server.item.Material
- parentIdentifier - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- PARROT - Static variable in interface net.minestom.server.entity.EntityType
- PARROT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ParrotMeta - Class in net.minestom.server.entity.metadata.animal.tameable
- ParrotMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta
- ParrotMeta.Color - Enum Class in net.minestom.server.entity.metadata.animal.tameable
- parse(String) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Parses the given input, and throw an
ArgumentSyntaxExceptionif the input cannot be converted toT - parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentBoolean
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentEnum
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentGroup
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentLiteral
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentLoop
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentString
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentStringArray
- parse(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentRange
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- parse(String) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentRegistry
- parse(String) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- parse(String) - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- parse(String) - Method in class net.minestom.server.command.builder.CommandDispatcher
-
Parses the given command.
- parse(Argument<T>) - Static method in class net.minestom.server.command.builder.arguments.Argument
-
Parses an argument, using
Argument.getId()as the input - parse(CommandSyntax, Argument<?>[], String[], String, List<ValidSyntaxHolder>, Int2ObjectRBTreeMap<CommandSuggestionHolder>) - Static method in class net.minestom.server.command.builder.parser.CommandParser
- parsedCommand - Variable in class net.minestom.server.command.builder.CommandResult
- ParsedCommand - Class in net.minestom.server.command.builder
-
Represents a
Commandready to be executed (already parsed). - ParsedCommand() - Constructor for class net.minestom.server.command.builder.ParsedCommand
- parsedValue - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- parseProperties(String) - Static method in class net.minestom.server.utils.block.BlockUtils
- parser - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- parser - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- parserName - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- parseValue(String) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- Particle - Interface in net.minestom.server.particle
- Particle(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- PARTICLE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PARTICLE_SOUL_ESCAPE - Static variable in interface net.minestom.server.sound.SoundEvent
- particleCount - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- ParticleCreator - Class in net.minestom.server.particle
-
Small utils class to create particle packet
- ParticleCreator() - Constructor for class net.minestom.server.particle.ParticleCreator
- particleData - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- particleId - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- ParticlePacket - Class in net.minestom.server.network.packet.server.play
- ParticlePacket() - Constructor for class net.minestom.server.network.packet.server.play.ParticlePacket
- PARTICLES - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- passengersId - Variable in class net.minestom.server.network.packet.server.play.SetPassengersPacket
- PathfinderMobMeta - Class in net.minestom.server.entity.metadata
- PathfinderMobMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.PathfinderMobMeta
- PEACEFUL - Enum constant in enum class net.minestom.server.world.Difficulty
- PEONY - Static variable in interface net.minestom.server.instance.block.Block
- PEONY - Static variable in interface net.minestom.server.item.Material
- PER_CHUNk - Static variable in interface net.minestom.server.thread.ThreadProvider
- PER_INSTANCE - Static variable in interface net.minestom.server.thread.ThreadProvider
- percentage - Variable in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- PERFORM_RESPAWN - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientStatusPacket.Action
- Permission - Class in net.minestom.server.permission
-
Representation of a permission granted to a
CommandSender. - Permission(String) - Constructor for class net.minestom.server.permission.Permission
-
Creates a new permission object without additional data
- Permission(String, NBTCompound) - Constructor for class net.minestom.server.permission.Permission
-
Creates a new permission object with optional data.
- PermissionHandler - Interface in net.minestom.server.permission
-
Represents an object which can have permissions.
- PermissionVerifier - Interface in net.minestom.server.permission
-
Interface used to check if the
nbt dataof aPermissionis correct. - PERSIAN - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- PETRIFIED_OAK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- PETRIFIED_OAK_SLAB - Static variable in interface net.minestom.server.item.Material
- PFBlock - Class in net.minestom.server.entity.pathfinding
- PFBlock(Block) - Constructor for class net.minestom.server.entity.pathfinding.PFBlock
- PFColumnarSpace - Class in net.minestom.server.entity.pathfinding
- PFColumnarSpace(PFInstanceSpace, Chunk) - Constructor for class net.minestom.server.entity.pathfinding.PFColumnarSpace
- PFInstanceSpace - Class in net.minestom.server.entity.pathfinding
- PFInstanceSpace(Instance) - Constructor for class net.minestom.server.entity.pathfinding.PFInstanceSpace
- PFPathingEntity - Class in net.minestom.server.entity.pathfinding
- PFPathingEntity(Navigator) - Constructor for class net.minestom.server.entity.pathfinding.PFPathingEntity
- PHANTOM - Static variable in interface net.minestom.server.entity.EntityType
- PHANTOM_MEMBRANE - Static variable in interface net.minestom.server.item.Material
- PHANTOM_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PhantomMeta - Class in net.minestom.server.entity.metadata.flying
- PhantomMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.flying.PhantomMeta
- PhysicsResult(Pos, Vec, boolean) - Constructor for record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Creates an instance of a
PhysicsResultrecord class. - PICKED_UP - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- PICKUP - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- PICKUP_ALL - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- PickupExperienceEvent - Class in net.minestom.server.event.item
- PickupExperienceEvent(Player, ExperienceOrb) - Constructor for class net.minestom.server.event.item.PickupExperienceEvent
- pickupItemCount - Variable in class net.minestom.server.network.packet.server.play.CollectItemPacket
- PickupItemEvent - Class in net.minestom.server.event.item
- PickupItemEvent(LivingEntity, ItemEntity) - Constructor for class net.minestom.server.event.item.PickupItemEvent
- PIERCING - Static variable in interface net.minestom.server.item.Enchantment
- PIG - Static variable in interface net.minestom.server.entity.EntityType
- PIG_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- PIG_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PIGLIN - Static variable in interface net.minestom.server.entity.EntityType
- PIGLIN_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- PIGLIN_BRUTE - Static variable in interface net.minestom.server.entity.EntityType
- PIGLIN_BRUTE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PIGLIN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PiglinBruteMeta - Class in net.minestom.server.entity.metadata.monster
- PiglinBruteMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.PiglinBruteMeta
- PiglinMeta - Class in net.minestom.server.entity.metadata.monster
- PiglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.PiglinMeta
- piglinSafe(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- PigMeta - Class in net.minestom.server.entity.metadata.animal
- PigMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.PigMeta
- PIGSCENE - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- PILLAGER - Static variable in interface net.minestom.server.entity.EntityType
- PILLAGER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PillagerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- PillagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.PillagerMeta
- ping - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- ping - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateLatency
- PING - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- pingDelay(Duration) - Method in class net.minestom.server.extras.lan.OpenToLANConfig
-
Sets the delay between outgoing pings.
- PingPacket - Class in net.minestom.server.network.packet.client.status
- PingPacket - Class in net.minestom.server.network.packet.server.play
- PingPacket() - Constructor for class net.minestom.server.network.packet.client.status.PingPacket
- PingPacket() - Constructor for class net.minestom.server.network.packet.server.play.PingPacket
- PINK - Enum constant in enum class net.minestom.server.color.DyeColor
- PINK_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- PINK_BANNER - Static variable in interface net.minestom.server.item.Material
- PINK_BED - Static variable in interface net.minestom.server.instance.block.Block
- PINK_BED - Static variable in interface net.minestom.server.item.Material
- PINK_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- PINK_CANDLE - Static variable in interface net.minestom.server.item.Material
- PINK_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- PINK_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- PINK_CARPET - Static variable in interface net.minestom.server.item.Material
- PINK_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- PINK_CONCRETE - Static variable in interface net.minestom.server.item.Material
- PINK_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- PINK_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- PINK_DYE - Static variable in interface net.minestom.server.item.Material
- PINK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- PINK_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- PINK_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- PINK_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- PINK_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- PINK_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- PINK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- PINK_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- PINK_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- PINK_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- PINK_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- PINK_TULIP - Static variable in interface net.minestom.server.item.Material
- PINK_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- PINK_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- PINK_WOOL - Static variable in interface net.minestom.server.item.Material
- PISTON - Static variable in interface net.minestom.server.instance.block.Block
- PISTON - Static variable in interface net.minestom.server.item.Material
- PISTON_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- pitch - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- pitch - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- pitch - Variable in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- pitch - Variable in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- pitch() - Method in record class net.minestom.server.coordinate.Pos
-
Returns the value of the
pitchrecord component. - placeBlock(BlockHandler.Placement) - Method in class net.minestom.server.instance.Instance
- placeBlock(BlockHandler.Placement) - Method in class net.minestom.server.instance.InstanceContainer
- placeBlock(BlockHandler.Placement) - Method in class net.minestom.server.instance.SharedInstance
- Placement(Block, Instance, Point) - Constructor for class net.minestom.server.instance.block.BlockHandler.Placement
- PlacementRules - Class in net.minestom.server.extras
- PlacementRules() - Constructor for class net.minestom.server.extras.PlacementRules
- PLAINS - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- PLAINS - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- PLAINS - Static variable in class net.minestom.server.world.biomes.Biome
- plainText() - Method in class net.minestom.server.adventure.provider.MinestomPlainTextComponentSerializerProvider
- plainTextSimple() - Method in class net.minestom.server.adventure.provider.MinestomPlainTextComponentSerializerProvider
- PLANT - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- PLANT - Enum constant in enum class net.minestom.server.map.MapColors
- PLAY - Enum constant in enum class net.minestom.server.network.ConnectionState
- PLAY_NOTEBLOCK - Static variable in interface net.minestom.server.statistic.StatisticType
- PLAY_PUFFERFISH_STING_SOUND - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- PLAY_RECORD - Enum constant in enum class net.minestom.server.effects.Effects
- PLAY_RECORD - Static variable in interface net.minestom.server.statistic.StatisticType
- PLAY_TIME - Static variable in interface net.minestom.server.statistic.StatisticType
- playEffect(Effects, int, int, int, int, boolean) - Method in class net.minestom.server.entity.Player
-
Plays a given effect at the given position for this player.
- player - Variable in class net.minestom.server.inventory.PlayerInventory
- Player - Class in net.minestom.server.entity
-
Those are the major actors of the server, they are not necessary backed by a
PlayerSocketConnectionas shown byFakePlayer. - Player(UUID, String, PlayerConnection) - Constructor for class net.minestom.server.entity.Player
- PLAYER - Enum constant in enum class net.minestom.server.entity.EntitySpawnType
- PLAYER - Static variable in interface net.minestom.server.entity.EntityType
- PLAYER - Static variable in interface net.minestom.server.event.EventFilter
- PLAYER_ABILITIES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PLAYER_CHUNK_LOAD - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_CHUNK_UNLOAD - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_ELDER_GUARDIAN_MOB_APPEARANCE - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- PLAYER_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- PLAYER_HEAD - Static variable in interface net.minestom.server.item.Material
- PLAYER_INFO - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PLAYER_INFO_CHANNEL - Static variable in class net.minestom.server.extras.velocity.VelocityProxy
- PLAYER_INVENTORY_ITEM_CHANGE_EVENT - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_KILLS - Static variable in interface net.minestom.server.statistic.StatisticType
- PLAYER_LIST_HEADER_AND_FOOTER - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PLAYER_MOVE - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_PACKET - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_POSITION_AND_LOOK - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PLAYER_TICK - Static variable in class net.minestom.server.event.GlobalHandles
- PLAYER_WALL_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- Player.FacePoint - Enum Class in net.minestom.server.entity
- Player.Hand - Enum Class in net.minestom.server.entity
-
Represents the main or off hand of the player.
- Player.MainHand - Enum Class in net.minestom.server.entity
-
Represents where is located the main hand of the player (can be changed in Minecraft option).
- Player.PlayerSettings - Class in net.minestom.server.entity
- PlayerAbilitiesPacket - Class in net.minestom.server.network.packet.server.play
- PlayerAbilitiesPacket() - Constructor for class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- PlayerAbilitiesPacket(byte, float, float) - Constructor for class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- PlayerBlockBreakEvent - Class in net.minestom.server.event.player
- PlayerBlockBreakEvent(Player, Block, Block, Point) - Constructor for class net.minestom.server.event.player.PlayerBlockBreakEvent
- PlayerBlockInteractEvent - Class in net.minestom.server.event.player
-
Called when a player interacts with a block (right-click).
- PlayerBlockInteractEvent(Player, Player.Hand, Block, Point, BlockFace) - Constructor for class net.minestom.server.event.player.PlayerBlockInteractEvent
- PlayerBlockPlaceEvent - Class in net.minestom.server.event.player
-
Called when a player tries placing a block.
- PlayerBlockPlaceEvent(Player, Block, BlockFace, Point, Player.Hand) - Constructor for class net.minestom.server.event.player.PlayerBlockPlaceEvent
- PlayerChangeHeldSlotEvent - Class in net.minestom.server.event.player
-
Called when a player change his held slot (by pressing 1-9 keys).
- PlayerChangeHeldSlotEvent(Player, byte) - Constructor for class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
- PlayerChatEvent - Class in net.minestom.server.event.player
-
Called every time a
Playerwrite and send something in the chat. - PlayerChatEvent(Player, Collection<Player>, Supplier<Component>, String) - Constructor for class net.minestom.server.event.player.PlayerChatEvent
- PlayerChunkLoadEvent - Class in net.minestom.server.event.player
-
Called when a player receive a new chunk data.
- PlayerChunkLoadEvent(Player, int, int) - Constructor for class net.minestom.server.event.player.PlayerChunkLoadEvent
- PlayerChunkUnloadEvent - Class in net.minestom.server.event.player
-
Called after a chunk being unload to a certain player.
- PlayerChunkUnloadEvent(Player, int, int) - Constructor for class net.minestom.server.event.player.PlayerChunkUnloadEvent
- PlayerCommandEvent - Class in net.minestom.server.event.player
-
Called every time a player send a message starting by '/'.
- PlayerCommandEvent(Player, String) - Constructor for class net.minestom.server.event.player.PlayerCommandEvent
- playerConnection - Variable in class net.minestom.server.entity.Player
- PlayerConnection - Class in net.minestom.server.network.player
-
A PlayerConnection is an object needed for all created
Player. - PlayerConnection() - Constructor for class net.minestom.server.network.player.PlayerConnection
- playerConnectionInit() - Method in class net.minestom.server.entity.Player
-
Used to initialize the player connection
- PlayerDeathEvent - Class in net.minestom.server.event.player
-
Called when a player die in
Player.kill(). - PlayerDeathEvent(Player, Component, Component) - Constructor for class net.minestom.server.event.player.PlayerDeathEvent
- PlayerDestroy(Block, Instance, Point, Player) - Constructor for class net.minestom.server.instance.block.BlockHandler.PlayerDestroy
- playerDiggingListener(ClientPlayerDiggingPacket, Player) - Static method in class net.minestom.server.listener.PlayerDiggingListener
- PlayerDiggingListener - Class in net.minestom.server.listener
- PlayerDiggingListener() - Constructor for class net.minestom.server.listener.PlayerDiggingListener
- PlayerDisconnectEvent - Class in net.minestom.server.event.player
-
Called when a player disconnect.
- PlayerDisconnectEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerDisconnectEvent
- PlayerEatEvent - Class in net.minestom.server.event.player
-
Called when a player is finished eating.
- PlayerEatEvent(Player, ItemStack, Player.Hand) - Constructor for class net.minestom.server.event.player.PlayerEatEvent
- PlayerEntityInteractEvent - Class in net.minestom.server.event.player
- PlayerEntityInteractEvent(Player, Entity, Player.Hand) - Constructor for class net.minestom.server.event.player.PlayerEntityInteractEvent
- PlayerEvent - Interface in net.minestom.server.event.trait
-
Represents any event called on a
Player. - PlayerHandAnimationEvent - Class in net.minestom.server.event.player
-
Called when the player swings his hand.
- PlayerHandAnimationEvent(Player, Player.Hand) - Constructor for class net.minestom.server.event.player.PlayerHandAnimationEvent
- PlayerHeadMeta - Class in net.minestom.server.item.metadata
- PlayerHeadMeta(ItemMetaBuilder, UUID, PlayerSkin) - Constructor for class net.minestom.server.item.metadata.PlayerHeadMeta
- PlayerHeadMeta.Builder - Class in net.minestom.server.item.metadata
- PlayerHeldListener - Class in net.minestom.server.listener
- PlayerHeldListener() - Constructor for class net.minestom.server.listener.PlayerHeldListener
- playerId - Variable in class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- playerId - Variable in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- PlayerInfo(UUID) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.PlayerInfo
- PlayerInfoPacket - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket(PlayerInfoPacket.Action) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- PlayerInfoPacket.Action - Enum Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.AddPlayer - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.AddPlayer.Property - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.PlayerInfo - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.RemovePlayer - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.UpdateDisplayName - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.UpdateGamemode - Class in net.minestom.server.network.packet.server.play
- PlayerInfoPacket.UpdateLatency - Class in net.minestom.server.network.packet.server.play
- playerInfos - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- PlayerInventory - Class in net.minestom.server.inventory
-
Represents the inventory of a
Player, retrieved withPlayer.getInventory(). - PlayerInventory(Player) - Constructor for class net.minestom.server.inventory.PlayerInventory
- PlayerInventoryItemChangeEvent - Class in net.minestom.server.event.inventory
-
Called when
AbstractInventory.safeItemInsert(int, ItemStack)is being invoked on aPlayerInventory. - PlayerInventoryItemChangeEvent(Player, int, ItemStack, ItemStack) - Constructor for class net.minestom.server.event.inventory.PlayerInventoryItemChangeEvent
- PlayerInventoryUtils - Class in net.minestom.server.utils.inventory
- PlayerItemAnimationEvent - Class in net.minestom.server.event.player
-
Used when a
Playerfinish the animation of an item. - PlayerItemAnimationEvent(Player, PlayerItemAnimationEvent.ItemAnimationType) - Constructor for class net.minestom.server.event.player.PlayerItemAnimationEvent
- PlayerItemAnimationEvent.ItemAnimationType - Enum Class in net.minestom.server.event.player
- PlayerListHeaderAndFooterPacket - Class in net.minestom.server.network.packet.server.play
- PlayerListHeaderAndFooterPacket() - Constructor for class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- PlayerListHeaderAndFooterPacket(Component, Component) - Constructor for class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- PlayerLoginEvent - Class in net.minestom.server.event.player
-
Called at player login, used to define his spawn instance.
- PlayerLoginEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerLoginEvent
- playerLookListener(ClientPlayerRotationPacket, Player) - Static method in class net.minestom.server.listener.PlayerPositionListener
- PlayerMeta - Class in net.minestom.server.entity.metadata
- PlayerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.PlayerMeta
- playerMotionX - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- playerMotionY - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- playerMotionZ - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- PlayerMoveEvent - Class in net.minestom.server.event.player
-
Called when a player is modifying his position.
- PlayerMoveEvent(Player, Pos) - Constructor for class net.minestom.server.event.player.PlayerMoveEvent
- playerOnly(CommandSender, String) - Static method in class net.minestom.server.command.builder.condition.Conditions
- PlayerPacketEvent - Class in net.minestom.server.event.player
- PlayerPacketEvent(Player, ClientPacket) - Constructor for class net.minestom.server.event.player.PlayerPacketEvent
- playerPacketListener(ClientPlayerPacket, Player) - Static method in class net.minestom.server.listener.PlayerPositionListener
- PlayerPlacement(Block, Instance, Point, Player, Player.Hand, BlockFace, float, float, float) - Constructor for class net.minestom.server.instance.block.BlockHandler.PlayerPlacement
- PlayerPluginMessageEvent - Class in net.minestom.server.event.player
-
Called when a player send
ClientPluginMessagePacket. - PlayerPluginMessageEvent(Player, String, byte[]) - Constructor for class net.minestom.server.event.player.PlayerPluginMessageEvent
- playerPositionAndLookListener(ClientPlayerPositionAndRotationPacket, Player) - Static method in class net.minestom.server.listener.PlayerPositionListener
- PlayerPositionAndLookPacket - Class in net.minestom.server.network.packet.server.play
- PlayerPositionAndLookPacket() - Constructor for class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- PlayerPositionAndLookPacket(Pos, byte, int, boolean) - Constructor for class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- playerPositionListener(ClientPlayerPositionPacket, Player) - Static method in class net.minestom.server.listener.PlayerPositionListener
- PlayerPositionListener - Class in net.minestom.server.listener
- PlayerPositionListener() - Constructor for class net.minestom.server.listener.PlayerPositionListener
- PlayerPreEatEvent - Class in net.minestom.server.event.player
-
Called before the PlayerEatEvent and can be used to change the eating time or to cancel its processing, cancelling the event means that the player will continue the animation indefinitely.
- PlayerPreEatEvent(Player, ItemStack, Player.Hand, long) - Constructor for class net.minestom.server.event.player.PlayerPreEatEvent
- PlayerProvider - Interface in net.minestom.server.network
-
Used when you want to provide your own player object instead of using the default one.
- PlayerResourcePackStatusEvent - Class in net.minestom.server.event.player
-
Called when a player warns the server of a resource pack status.
- PlayerResourcePackStatusEvent(Player, ResourcePackStatus) - Constructor for class net.minestom.server.event.player.PlayerResourcePackStatusEvent
- PlayerRespawnEvent - Class in net.minestom.server.event.player
-
Called when
Player.respawn()is executed (for custom respawn or as a result ofClientStatusPacket - PlayerRespawnEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerRespawnEvent
- players() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members that are of type
Player. - players() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members that are of type
Player. - players(Predicate<Player>) - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets all audience members that are of type
Playerand match the predicate. - players(Predicate<Player>) - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets all audience members that are of type
Playerand match the predicate. - PLAYERS - Static variable in interface net.minestom.server.instance.EntityTracker.Target
- PlayerSettings() - Constructor for class net.minestom.server.entity.Player.PlayerSettings
- PlayerSettingsChangeEvent - Class in net.minestom.server.event.player
-
Called after the player signals the server that his settings has been modified.
- PlayerSettingsChangeEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerSettingsChangeEvent
- playerSkin(PlayerSkin) - Method in class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- PlayerSkin - Record Class in net.minestom.server.entity
-
Contains all the data required to store a skin.
- PlayerSkin(String, String) - Constructor for record class net.minestom.server.entity.PlayerSkin
-
Creates an instance of a
PlayerSkinrecord class. - PlayerSkinInitEvent - Class in net.minestom.server.event.player
-
Called at the player connection to initialize his skin.
- PlayerSkinInitEvent(Player, PlayerSkin) - Constructor for class net.minestom.server.event.player.PlayerSkinInitEvent
- PlayerSocketConnection - Class in net.minestom.server.network.player
-
Represents a socket connection.
- PlayerSocketConnection(Worker, SocketChannel, SocketAddress) - Constructor for class net.minestom.server.network.player.PlayerSocketConnection
- PlayerSpawnEvent - Class in net.minestom.server.event.player
-
Called when a new instance is set for a player.
- PlayerSpawnEvent(Player, Instance, boolean) - Constructor for class net.minestom.server.event.player.PlayerSpawnEvent
- PlayerStartDiggingEvent - Class in net.minestom.server.event.player
- PlayerStartDiggingEvent(Player, Block, Point) - Constructor for class net.minestom.server.event.player.PlayerStartDiggingEvent
- PlayerStartFlyingEvent - Class in net.minestom.server.event.player
-
Called when a player start flying.
- PlayerStartFlyingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStartFlyingEvent
- PlayerStartFlyingWithElytraEvent - Class in net.minestom.server.event.player
- PlayerStartFlyingWithElytraEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStartFlyingWithElytraEvent
- PlayerStartSneakingEvent - Class in net.minestom.server.event.player
-
Called when a player starts sneaking.
- PlayerStartSneakingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStartSneakingEvent
- PlayerStartSprintingEvent - Class in net.minestom.server.event.player
-
Called when a player starts sprinting.
- PlayerStartSprintingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStartSprintingEvent
- PlayerStatistic - Class in net.minestom.server.statistic
-
Represents a single statistic in the "statistics" game menu.
- PlayerStatistic(StatisticCategory, int) - Constructor for class net.minestom.server.statistic.PlayerStatistic
- PlayerStatistic(StatisticType) - Constructor for class net.minestom.server.statistic.PlayerStatistic
- PlayerStopFlyingEvent - Class in net.minestom.server.event.player
-
Called when a player stop flying.
- PlayerStopFlyingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStopFlyingEvent
- PlayerStopFlyingWithElytraEvent - Class in net.minestom.server.event.player
- PlayerStopFlyingWithElytraEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStopFlyingWithElytraEvent
- PlayerStopSneakingEvent - Class in net.minestom.server.event.player
-
Called when a player stops sneaking.
- PlayerStopSneakingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStopSneakingEvent
- PlayerStopSprintingEvent - Class in net.minestom.server.event.player
-
Called when a player stops sprinting.
- PlayerStopSprintingEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerStopSprintingEvent
- PlayerSwapItemEvent - Class in net.minestom.server.event.player
-
Called when a player is trying to swap his main and off hand item.
- PlayerSwapItemEvent(Player, ItemStack, ItemStack) - Constructor for class net.minestom.server.event.player.PlayerSwapItemEvent
- PlayerTickEvent - Class in net.minestom.server.event.player
-
Called at each player tick.
- PlayerTickEvent(Player) - Constructor for class net.minestom.server.event.player.PlayerTickEvent
- PlayerUseItemEvent - Class in net.minestom.server.event.player
-
Event when an item is used without clicking on a block.
- PlayerUseItemEvent(Player, Player.Hand, ItemStack) - Constructor for class net.minestom.server.event.player.PlayerUseItemEvent
- PlayerUseItemOnBlockEvent - Class in net.minestom.server.event.player
-
Used when a player is clicking on a block with an item (but is not a block in item form).
- PlayerUseItemOnBlockEvent(Player, Player.Hand, ItemStack, Point, Direction) - Constructor for class net.minestom.server.event.player.PlayerUseItemOnBlockEvent
- PlayerUtils - Class in net.minestom.server.utils.player
- playerUuid - Variable in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- PlayerValidator - Interface in net.minestom.server.utils.callback.validator
- PlayerVehicleInformation - Class in net.minestom.server.entity.vehicle
- PlayerVehicleInformation() - Constructor for class net.minestom.server.entity.vehicle.PlayerVehicleInformation
- PlayerVehicleListener - Class in net.minestom.server.listener
- PlayerVehicleListener() - Constructor for class net.minestom.server.listener.PlayerVehicleListener
- PLAYFUL - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- playSound(Sound) - Method in class net.minestom.server.entity.Player
- playSound(Sound, double, double, double) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- playSound(Sound, double, double, double) - Method in class net.minestom.server.entity.Player
- playSound(Sound, Sound.Emitter) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- playSound(Sound, Sound.Emitter) - Method in class net.minestom.server.entity.Player
- PLUGIN_MESSAGE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- PluginMessageListener - Class in net.minestom.server.listener
- PluginMessageListener() - Constructor for class net.minestom.server.listener.PluginMessageListener
- PluginMessagePacket - Class in net.minestom.server.network.packet.server.play
- PluginMessagePacket() - Constructor for class net.minestom.server.network.packet.server.play.PluginMessagePacket
- PluginMessagePacket(String, byte[]) - Constructor for class net.minestom.server.network.packet.server.play.PluginMessagePacket
- PLUGINS - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- PODZOL - Enum constant in enum class net.minestom.server.map.MapColors
- PODZOL - Static variable in interface net.minestom.server.instance.block.Block
- PODZOL - Static variable in interface net.minestom.server.item.Material
- Point - Interface in net.minestom.server.coordinate
-
Represents a 3D point.
- POINTED_DRIPSTONE - Static variable in interface net.minestom.server.instance.block.Block
- POINTED_DRIPSTONE - Static variable in interface net.minestom.server.item.Material
- POINTER - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- pointers() - Method in class net.minestom.server.entity.Player
- pointers() - Method in class net.minestom.server.instance.Instance
- pointers() - Method in class net.minestom.server.scoreboard.Team
- POISON - Static variable in interface net.minestom.server.potion.PotionEffect
- POISON - Static variable in interface net.minestom.server.potion.PotionType
- POISONOUS_POTATO - Static variable in interface net.minestom.server.item.Material
- POLAR_BEAR - Static variable in interface net.minestom.server.entity.EntityType
- POLAR_BEAR_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PolarBearMeta - Class in net.minestom.server.entity.metadata.animal
- PolarBearMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.PolarBearMeta
- POLISHED_ANDESITE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_ANDESITE - Static variable in interface net.minestom.server.item.Material
- POLISHED_ANDESITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_ANDESITE_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_ANDESITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_ANDESITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- POLISHED_BASALT - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BASALT - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_BUTTON - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- POLISHED_BLACKSTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_BLACKSTONE_WALL - Static variable in interface net.minestom.server.item.Material
- POLISHED_DEEPSLATE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DEEPSLATE - Static variable in interface net.minestom.server.item.Material
- POLISHED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DEEPSLATE_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DEEPSLATE_STAIRS - Static variable in interface net.minestom.server.item.Material
- POLISHED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DEEPSLATE_WALL - Static variable in interface net.minestom.server.item.Material
- POLISHED_DIORITE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DIORITE - Static variable in interface net.minestom.server.item.Material
- POLISHED_DIORITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DIORITE_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_DIORITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_DIORITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- POLISHED_GRANITE - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_GRANITE - Static variable in interface net.minestom.server.item.Material
- POLISHED_GRANITE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_GRANITE_SLAB - Static variable in interface net.minestom.server.item.Material
- POLISHED_GRANITE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- POLISHED_GRANITE_STAIRS - Static variable in interface net.minestom.server.item.Material
- pong(ClientPongPacket, Player) - Static method in class net.minestom.server.listener.WindowListener
- PongPacket - Class in net.minestom.server.network.packet.server.status
- PongPacket() - Constructor for class net.minestom.server.network.packet.server.status.PongPacket
-
Default constructor, required for reflection operations.
- PongPacket(long) - Constructor for class net.minestom.server.network.packet.server.status.PongPacket
- POOF - Static variable in interface net.minestom.server.particle.Particle
- POOL - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- PooledBuffers - Class in net.minestom.server.utils.binary
- PooledBuffers() - Constructor for class net.minestom.server.utils.binary.PooledBuffers
- POPPED_CHORUS_FRUIT - Static variable in interface net.minestom.server.item.Material
- POPPY - Static variable in interface net.minestom.server.instance.block.Block
- POPPY - Static variable in interface net.minestom.server.item.Material
- populateChunk(ChunkBatch, Chunk) - Method in interface net.minestom.server.instance.ChunkPopulator
- PORKCHOP - Static variable in interface net.minestom.server.item.Material
- port(int) - Method in class net.minestom.server.extras.lan.OpenToLANConfig
-
Sets the port used to send pings from.
- PORTAL - Static variable in interface net.minestom.server.particle.Particle
- PORTAL_TRAVEL - Enum constant in enum class net.minestom.server.effects.Effects
- portalTeleportBoundary - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- Pos - Record Class in net.minestom.server.coordinate
-
Represents a position containing coordinates and a view.
- Pos(double, double, double) - Constructor for record class net.minestom.server.coordinate.Pos
- Pos(double, double, double, float, float) - Constructor for record class net.minestom.server.coordinate.Pos
-
Creates an instance of a
Posrecord class. - Pos(Point) - Constructor for record class net.minestom.server.coordinate.Pos
- Pos(Point, float, float) - Constructor for record class net.minestom.server.coordinate.Pos
- Pos.Operator - Interface in net.minestom.server.coordinate
- Pose(Entity.Pose) - Static method in class net.minestom.server.entity.Metadata
- position - Variable in class net.minestom.server.entity.Entity
- position - Variable in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- position - Variable in class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- position - Variable in class net.minestom.server.network.packet.server.play.EffectPacket
- position - Variable in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- position - Variable in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- position - Variable in class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- Position(Point) - Static method in class net.minestom.server.entity.Metadata
- positionToLong(int, int, int) - Static method in class net.minestom.server.utils.SerializerUtils
- PositionUtils - Class in net.minestom.server.utils.position
- PositionUtils() - Constructor for class net.minestom.server.utils.position.PositionUtils
- possibleStates() - Method in interface net.minestom.server.instance.block.Block
- postExplosion(Instance, List<Point>, ExplosionPacket) - Method in class net.minestom.server.instance.Explosion
-
Called after removing blocks and preparing the packet, but before sending it.
- postInitialize() - Method in class net.minestom.server.extensions.Extension
- postSend(Instance, List<Point>) - Method in class net.minestom.server.instance.Explosion
-
Called after sending the explosion packet.
- postTerminate() - Method in class net.minestom.server.extensions.Extension
- POT_FLOWER - Static variable in interface net.minestom.server.statistic.StatisticType
- POTATO - Static variable in interface net.minestom.server.item.Material
- POTATOES - Static variable in interface net.minestom.server.instance.block.Block
- potion - Variable in class net.minestom.server.network.packet.server.play.EntityEffectPacket
- Potion - Class in net.minestom.server.potion
- Potion(PotionEffect, byte, int) - Constructor for class net.minestom.server.potion.Potion
-
Creates a new potion.
- Potion(PotionEffect, byte, int, boolean) - Constructor for class net.minestom.server.potion.Potion
-
Creates a new potion.
- Potion(PotionEffect, byte, int, boolean, boolean) - Constructor for class net.minestom.server.potion.Potion
-
Creates a new potion.
- Potion(PotionEffect, byte, int, boolean, boolean, boolean) - Constructor for class net.minestom.server.potion.Potion
-
Creates a new potion.
- Potion(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- POTION - Static variable in interface net.minestom.server.entity.EntityType
- POTION - Static variable in interface net.minestom.server.item.Material
- POTION_EFFECTS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- POTION_TYPES - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- potionEffect(String, Map<String, Object>, Map<String, Object>) - Static method in class net.minestom.server.registry.Registry
- PotionEffect - Interface in net.minestom.server.potion
- PotionMeta - Class in net.minestom.server.item.metadata
- PotionMeta(ItemMetaBuilder, PotionType, List<CustomPotionEffect>, Color) - Constructor for class net.minestom.server.item.metadata.PotionMeta
- PotionMeta.Builder - Class in net.minestom.server.item.metadata
- potionType(PotionType) - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- PotionType - Interface in net.minestom.server.potion
- POTTED_ACACIA_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_ALLIUM - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_AZALEA_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_AZURE_BLUET - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_BAMBOO - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_BIRCH_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_BLUE_ORCHID - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_BROWN_MUSHROOM - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_CACTUS - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_CORNFLOWER - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_CRIMSON_FUNGUS - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_CRIMSON_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_DANDELION - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_DARK_OAK_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_DEAD_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_FERN - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_FLOWERING_AZALEA_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_JUNGLE_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_LILY_OF_THE_VALLEY - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_OAK_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_ORANGE_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_OXEYE_DAISY - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_PINK_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_POPPY - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_RED_MUSHROOM - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_RED_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_SPRUCE_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_WARPED_FUNGUS - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_WARPED_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_WHITE_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- POTTED_WITHER_ROSE - Static variable in interface net.minestom.server.instance.block.Block
- POWDER_SNOW - Static variable in interface net.minestom.server.instance.block.Block
- POWDER_SNOW_BUCKET - Static variable in interface net.minestom.server.item.Material
- POWDER_SNOW_CAULDRON - Static variable in interface net.minestom.server.instance.block.Block
- POWER - Static variable in interface net.minestom.server.item.Enchantment
- POWERED_RAIL - Static variable in interface net.minestom.server.instance.block.Block
- POWERED_RAIL - Static variable in interface net.minestom.server.item.Material
- precipitation(Biome.Precipitation) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- PRECISE - Enum constant in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
All colors are already in the map after the first call.
- predicate(T) - Method in class net.minestom.server.utils.ViewEngine.Option
- prefix(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the prefix of the
Teamwithout an update packet. - preInitialize() - Method in class net.minestom.server.extensions.Extension
- prepare(Instance) - Method in class net.minestom.server.instance.Explosion
-
Prepares the list of blocks that will be broken.
- preparePacket(MapDataPacket) - Method in interface net.minestom.server.map.Framebuffer
- preparePacket(MapDataPacket, int, int) - Method in interface net.minestom.server.map.LargeFramebuffer
-
Prepares the packet to render a 128x128 sub view of this framebuffer
- preparePacket(MapDataPacket, int, int, int, int) - Method in interface net.minestom.server.map.Framebuffer
- prepareViewablePacket(Viewable, ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
- prepareViewablePacket(Viewable, ServerPacket, Entity) - Static method in class net.minestom.server.utils.PacketUtils
- preTerminate() - Method in class net.minestom.server.extensions.Extension
- previousGameMode - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- previousPosition - Variable in class net.minestom.server.entity.Entity
- priceMultiplier - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- primaryEffect - Variable in class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- PrimedTntMeta - Class in net.minestom.server.entity.metadata.other
- PrimedTntMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.PrimedTntMeta
- PrimitiveConversion - Class in net.minestom.server.utils
- PrimitiveConversion() - Constructor for class net.minestom.server.utils.PrimitiveConversion
- printStackTrace() - Static method in class net.minestom.server.utils.debug.DebugUtils
-
Prints the current thread stack trace elements.
- PRISMARINE - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_BRICKS - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_CRYSTALS - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_SHARD - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_SLAB - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_STAIRS - Static variable in interface net.minestom.server.item.Material
- PRISMARINE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- PRISMARINE_WALL - Static variable in interface net.minestom.server.item.Material
- process(CommandSender, String, String[]) - Method in class net.minestom.server.command.builder.SimpleCommand
-
Called when the command is executed by a
CommandSender. - process(Player) - Method in class net.minestom.server.network.packet.client.ClientPlayPacket
-
Processes the packet for
player. - process(AbstractInventory, ItemStack) - Method in interface net.minestom.server.inventory.TransactionType
- process(AbstractInventory, ItemStack, TransactionType.SlotPredicate) - Method in interface net.minestom.server.inventory.TransactionType
- process(AbstractInventory, ItemStack, TransactionType.SlotPredicate, int, int, int) - Method in interface net.minestom.server.inventory.TransactionType
- process(PlayerConnection) - Method in interface net.minestom.server.network.packet.client.ClientPreplayPacket
-
Called when the packet is received.
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.handshake.HandshakePacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.login.EncryptionResponsePacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.login.LoginStartPacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.status.LegacyServerListPingPacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.status.PingPacket
- process(PlayerConnection) - Method in class net.minestom.server.network.packet.client.status.StatusRequestPacket
- process(PlayerSocketConnection, int, ByteBuffer) - Method in class net.minestom.server.network.PacketProcessor
- processClientPacket(T, Player) - Method in class net.minestom.server.listener.manager.PacketListenerManager
-
Processes a packet by getting its
PacketListenerConsumerand calling all the packet listeners. - processItemStack(ItemStack, TransactionType, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
- processItemStacks(List<ItemStack>, TransactionType, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Turns the argument into a list of nodes for command dispatching.
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentBoolean
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentEnum
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentGroup
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentLiteral
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentLoop
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentString
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentStringArray
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentRange
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEnchantment
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEntityType
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentParticle
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentPotionEffect
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeBlockPosition
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec2
- processNodes(NodeMaker, boolean) - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- processPackets(Worker.Context, PacketProcessor) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- processServerPacket(ServerPacket, Collection<Player>) - Method in class net.minestom.server.listener.manager.PacketListenerManager
-
Executes the consumers from
ConnectionManager.onPacketSend(ServerPacketConsumer). - ProgressMapping() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.ProgressMapping
- progressMappings - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- projectile(ItemStack) - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
-
Sets the projectile of this crossbow.
- PROJECTILE_PROTECTION - Static variable in interface net.minestom.server.item.Enchantment
- ProjectileMeta - Interface in net.minestom.server.entity.metadata
- projectiles(ItemStack, ItemStack, ItemStack) - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
-
Sets the triple projectiles of this crossbow.
- properties - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- properties - Variable in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- properties - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- properties() - Method in interface net.minestom.server.instance.block.Block
-
Returns the block properties.
- propertiesWriter - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- property - Variable in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- Property() - Constructor for class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- Property(String, String) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- Property(String, String, String) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- protectedClasses - Variable in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
-
Classes that cannot be loaded/modified by this classloader.
- protectedPackages - Variable in class net.minestom.server.extras.selfmodification.MinestomRootClassLoader
- PROTECTION - Static variable in interface net.minestom.server.item.Enchantment
- PROTOCOL_VERSION - Static variable in class net.minestom.server.MinecraftServer
- ProtocolObject - Interface in net.minestom.server.registry
- provide(PlayerConnection, String) - Method in interface net.minestom.server.network.UuidProvider
-
Called when a new
UUIDis requested. - PublicCloneable<T> - Interface in net.minestom.server.utils.clone
-
Convenient interface to expose
Object.clone()publicly with a generic. - publicKey - Variable in class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- PUFFERFISH - Static variable in interface net.minestom.server.entity.EntityType
- PUFFERFISH - Static variable in interface net.minestom.server.item.Material
- PUFFERFISH_BUCKET - Static variable in interface net.minestom.server.item.Material
- PUFFERFISH_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- PufferfishMeta - Class in net.minestom.server.entity.metadata.water.fish
- PufferfishMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.PufferfishMeta
- PufferfishMeta.State - Enum Class in net.minestom.server.entity.metadata.water.fish
- PUMPKIN - Static variable in interface net.minestom.server.instance.block.Block
- PUMPKIN - Static variable in interface net.minestom.server.item.Material
- PUMPKIN_PIE - Static variable in interface net.minestom.server.item.Material
- PUMPKIN_SEEDS - Static variable in interface net.minestom.server.item.Material
- PUMPKIN_STEM - Static variable in interface net.minestom.server.instance.block.Block
- PUNCH - Static variable in interface net.minestom.server.item.Enchantment
- PURPLE - Enum constant in enum class net.minestom.server.color.DyeColor
- PURPLE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_BANNER - Static variable in interface net.minestom.server.item.Material
- PURPLE_BED - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_BED - Static variable in interface net.minestom.server.item.Material
- PURPLE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_CANDLE - Static variable in interface net.minestom.server.item.Material
- PURPLE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_CARPET - Static variable in interface net.minestom.server.item.Material
- PURPLE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- PURPLE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- PURPLE_DYE - Static variable in interface net.minestom.server.item.Material
- PURPLE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- PURPLE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- PURPLE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- PURPLE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- PURPLE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- PURPLE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- PURPLE_WOOL - Static variable in interface net.minestom.server.item.Material
- PURPUR_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- PURPUR_BLOCK - Static variable in interface net.minestom.server.item.Material
- PURPUR_PILLAR - Static variable in interface net.minestom.server.instance.block.Block
- PURPUR_PILLAR - Static variable in interface net.minestom.server.item.Material
- PURPUR_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- PURPUR_SLAB - Static variable in interface net.minestom.server.item.Material
- PURPUR_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- PURPUR_STAIRS - Static variable in interface net.minestom.server.item.Material
- PUSH_OTHER_TEAMS - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Can push objects of other teams, but teammates cannot
- PUSH_OWN_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Can only push objects of the same team
- put(String, String) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Puts a key-value mapping into the response.
- put(QueryKey, String) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Puts a key-value mapping into the response.
- put(String, String, V) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- put(String, V) - Method in class net.minestom.server.utils.NamespaceIDHashMap
- put(NamespaceID, V) - Method in class net.minestom.server.utils.NamespaceIDHashMap
Q
- QUARTZ - Enum constant in enum class net.minestom.server.map.MapColors
- QUARTZ - Static variable in interface net.minestom.server.item.Material
- QUARTZ_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- QUARTZ_BLOCK - Static variable in interface net.minestom.server.item.Material
- QUARTZ_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- QUARTZ_BRICKS - Static variable in interface net.minestom.server.item.Material
- QUARTZ_PILLAR - Static variable in interface net.minestom.server.instance.block.Block
- QUARTZ_PILLAR - Static variable in interface net.minestom.server.item.Material
- QUARTZ_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- QUARTZ_SLAB - Static variable in interface net.minestom.server.item.Material
- QUARTZ_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- QUARTZ_STAIRS - Static variable in interface net.minestom.server.item.Material
- Query - Class in net.minestom.server.extras.query
-
Utility class to manage responses to the GameSpy4 Query Protocol.
- QueryEvent<T extends Writeable> - Class in net.minestom.server.extras.query.event
-
An event called when a query is received and ready to be responded to.
- QueryEvent(SocketAddress, int, T) - Constructor for class net.minestom.server.extras.query.event.QueryEvent
-
Creates a new query event.
- QueryKey - Enum Class in net.minestom.server.extras.query.response
-
An enum of default query keys.
- queue() - Method in class net.minestom.server.network.socket.Worker
- QUICK_CHARGE - Static variable in interface net.minestom.server.item.Enchantment
- QUICK_CRAFT - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- QUICK_MOVE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- QUOTE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentString
R
- RABBIT - Static variable in interface net.minestom.server.entity.EntityType
- RABBIT - Static variable in interface net.minestom.server.item.Material
- RABBIT_FOOT - Static variable in interface net.minestom.server.item.Material
- RABBIT_HIDE - Static variable in interface net.minestom.server.item.Material
- RABBIT_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- RABBIT_STEW - Static variable in interface net.minestom.server.item.Material
- RabbitMeta - Class in net.minestom.server.entity.metadata.animal
- RabbitMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.RabbitMeta
- RabbitMeta.Type - Enum Class in net.minestom.server.entity.metadata.animal
- radius - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- radixParser - Variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- RAGDOLL - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- RAID_TRIGGER - Static variable in interface net.minestom.server.statistic.StatisticType
- RAID_WIN - Static variable in interface net.minestom.server.statistic.StatisticType
- raidCapable(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- RaiderMeta - Class in net.minestom.server.entity.metadata.monster.raider
- RaiderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.RaiderMeta
- RAIL - Static variable in interface net.minestom.server.instance.block.Block
- RAIL - Static variable in interface net.minestom.server.item.Material
- RAIN - Enum constant in enum class net.minestom.server.world.biomes.Biome.Precipitation
- RAIN - Static variable in interface net.minestom.server.particle.Particle
- RAIN_LEVEL_CHANGE - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- RANDOM - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
- RANDOM_PLAYER - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- RandomLookAroundGoal - Class in net.minestom.server.entity.ai.goal
- RandomLookAroundGoal(EntityCreature, int) - Constructor for class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- RandomLookAroundGoal(EntityCreature, int, Supplier<Integer>, Function<EntityCreature, Vec>) - Constructor for class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- RandomStrollGoal - Class in net.minestom.server.entity.ai.goal
- RandomStrollGoal(EntityCreature, int) - Constructor for class net.minestom.server.entity.ai.goal.RandomStrollGoal
- Range<T> - Class in net.minestom.server.utils.math
-
Represents the base for any data type that is numeric.
- Range(T) - Constructor for class net.minestom.server.utils.math.Range
-
Constructs a new
Rangewith thevalue. - Range(T, T) - Constructor for class net.minestom.server.utils.math.Range
- RangedAttackGoal - Class in net.minestom.server.entity.ai.goal
- RangedAttackGoal(EntityCreature, int, int, int, boolean, double, double, TemporalUnit) - Constructor for class net.minestom.server.entity.ai.goal.RangedAttackGoal
- RangedAttackGoal(EntityCreature, Duration, int, int, boolean, double, double) - Constructor for class net.minestom.server.entity.ai.goal.RangedAttackGoal
- RARELY - Enum constant in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Chunk thread should be recomputed, but not continuously.
- RAVAGER - Static variable in interface net.minestom.server.entity.EntityType
- RAVAGER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- RavagerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- RavagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.RavagerMeta
- RAW_COPPER - Static variable in interface net.minestom.server.item.Material
- RAW_COPPER_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- RAW_COPPER_BLOCK - Static variable in interface net.minestom.server.item.Material
- RAW_GOLD - Static variable in interface net.minestom.server.item.Material
- RAW_GOLD_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- RAW_GOLD_BLOCK - Static variable in interface net.minestom.server.item.Material
- RAW_IRON - Static variable in interface net.minestom.server.item.Material
- RAW_IRON_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- RAW_IRON_BLOCK - Static variable in interface net.minestom.server.item.Material
- rawArg - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- rawArgs - Variable in class net.minestom.server.command.builder.CommandContext
- read() - Method in class net.minestom.server.utils.binary.BinaryReader
- read(Supplier<T>) - Method in class net.minestom.server.utils.binary.BinaryReader
-
Creates a new object from the given supplier and calls its
Readable.read(BinaryReader)method with this reader. - read(TagReadable) - Method in interface net.minestom.server.tag.TagSerializer
-
Reads the custom tag from a
TagReadable. - read(BinaryReader) - Method in class net.minestom.server.entity.Metadata.Value
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.handshake.HandshakePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.login.EncryptionResponsePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.login.LoginStartPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientAnimationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientNameItemPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPickItemPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientPongPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSpectatePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientStatusPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientUseItemPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.status.LegacyServerListPingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.status.PingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.client.status.StatusRequestPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.handshake.ResponsePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.login.SetCompressionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ActionBarPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.ProgressMapping
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Requirement
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.AttachEntityPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.BlockActionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.BlockChangePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.BossBarPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.CameraPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.CloseWindowPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.CollectItemPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredBlastingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredCampfireCookingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapedCraftingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapelessCraftingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmeltingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmithingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmokingRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredStonecutterRecipe
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.Ingredient
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DisconnectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EnterCombatEventPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityStatusPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ExplosionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.JoinGamePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.KeepAlivePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.MapDataPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.OpenBookPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.OpenSignEditorPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ParticlePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.PluginMessagePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.RespawnPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SelectAdvancementTabPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetCooldownPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetPassengersPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetSlotPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.StatisticsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.StopSoundPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TagsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TeamsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TradeListPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- read(BinaryReader) - Method in interface net.minestom.server.network.packet.server.ServerPacket
- read(BinaryReader) - Method in class net.minestom.server.network.packet.server.status.PongPacket
- read(BinaryReader) - Method in interface net.minestom.server.utils.binary.Readable
-
Reads from a
BinaryReader. - read(NBTCompound) - Method in class net.minestom.server.item.ItemMetaBuilder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.CompassMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.CrossbowMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.EnchantedBookMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.FireworkEffectMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.FireworkMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.LeatherArmorMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.MapMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.PotionMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.SpawnEggMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- read(NBTCompound) - Method in class net.minestom.server.tag.Tag
- Readable - Interface in net.minestom.server.utils.binary
-
Represents an element which can read from a
BinaryReader. - readableBytes() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readAddress(BinaryReader) - Static method in class net.minestom.server.extras.velocity.VelocityProxy
- readArray(Supplier<T>) - Method in class net.minestom.server.utils.binary.BinaryReader
-
Reads the length of the array to read as a varint, creates the array to contain the readable objects and call their respective
Readable.read(BinaryReader)methods. - readBlockPosition() - Method in class net.minestom.server.utils.binary.BinaryReader
- readBoolean() - Method in class net.minestom.server.utils.binary.BinaryReader
- readBuffer - Variable in class net.minestom.server.network.socket.Worker.Context
- readByte() - Method in class net.minestom.server.utils.binary.BinaryReader
- readBytes(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readBytes(int) - Method in class net.minestom.server.utils.binary.BinaryReader
- readChannel(ReadableByteChannel) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readChar() - Method in class net.minestom.server.utils.binary.BinaryReader
- readComponent() - Method in class net.minestom.server.utils.binary.BinaryReader
- readComponent(int) - Method in class net.minestom.server.utils.binary.BinaryReader
- readDataIndexes(BinaryReader) - Static method in class net.minestom.server.data.SerializableData
-
Deprecated.Reads a data index map (type name -> type index).
- readDouble() - Method in class net.minestom.server.utils.binary.BinaryReader
- readerOffset() - Method in record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Returns the value of the
readerOffsetrecord component. - readerOffset() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readerOffset(int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readFloat() - Method in class net.minestom.server.utils.binary.BinaryReader
- readIndexedSerializedData(BinaryReader) - Method in class net.minestom.server.data.SerializableData
-
Deprecated.Reads the index map and the data of a serialized
SerializableData. - readingFunction - Variable in class net.minestom.server.entity.Metadata.Value
- readInt() - Method in class net.minestom.server.utils.binary.BinaryReader
-
Same as readInteger, created for parity with BinaryWriter
- readInteger() - Method in class net.minestom.server.utils.binary.BinaryReader
-
Same as readInt
- readItemStack() - Method in class net.minestom.server.utils.binary.BinaryReader
-
Tries to read an
ItemStack. - readItemStack(BinaryReader) - Static method in class net.minestom.server.utils.NBTUtils
- readLong() - Method in class net.minestom.server.utils.binary.BinaryReader
- readLongArray() - Method in class net.minestom.server.utils.binary.BinaryReader
- readRemainingBytes() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readRemainingBytes() - Method in class net.minestom.server.utils.binary.BinaryReader
- readSerializedData(BinaryReader, Object2ShortMap<String>) - Method in class net.minestom.server.data.SerializableData
-
Deprecated.Reads the data of a
SerializableDatawhen you already have the index map. - readSerializedData(BinaryReader, Object2ShortMap<String>) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- readShort() - Method in class net.minestom.server.utils.binary.BinaryReader
- readSizedString() - Method in class net.minestom.server.utils.binary.BinaryReader
- readSizedString(int) - Method in class net.minestom.server.utils.binary.BinaryReader
-
Reads a string size by a var-int.
- readSizedStringArray() - Method in class net.minestom.server.utils.binary.BinaryReader
- readSizedStringArray(int) - Method in class net.minestom.server.utils.binary.BinaryReader
- readSkin(String) - Static method in class net.minestom.server.extras.bungee.BungeeCordProxy
- readSkin(BinaryReader) - Static method in class net.minestom.server.extras.velocity.VelocityProxy
- readTag() - Method in class net.minestom.server.utils.binary.BinaryReader
- readUnsignedShort() - Method in class net.minestom.server.utils.binary.BinaryReader
- readUuid() - Method in class net.minestom.server.utils.binary.BinaryReader
- readVarInt() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- readVarInt() - Method in class net.minestom.server.utils.binary.BinaryReader
- readVarInt(ByteBuffer) - Static method in class net.minestom.server.utils.Utils
- readVarIntArray() - Method in class net.minestom.server.utils.binary.BinaryReader
- readVarLong() - Method in class net.minestom.server.utils.binary.BinaryReader
- readVarLong(ByteBuffer) - Static method in class net.minestom.server.utils.Utils
- readyLatch - Variable in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- readyLatch - Variable in class net.minestom.server.instance.batch.ChunkBatch
- reason - Variable in class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- recipe - Variable in class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- recipe - Variable in class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- Recipe - Class in net.minestom.server.recipe
- Recipe(Recipe.RecipeType, String) - Constructor for class net.minestom.server.recipe.Recipe
- Recipe.RecipeType - Enum Class in net.minestom.server.recipe
- recipeId - Variable in class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
- recipeId - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredRecipe
- recipeId - Variable in class net.minestom.server.recipe.Recipe
- RecipeListener - Class in net.minestom.server.listener
- RecipeListener() - Constructor for class net.minestom.server.listener.RecipeListener
- RecipeManager - Class in net.minestom.server.recipe
- RecipeManager() - Constructor for class net.minestom.server.recipe.RecipeManager
- recipes - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket
- recipesId - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- recipeType - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredRecipe
- recipeType - Variable in class net.minestom.server.recipe.Recipe
- records - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- RecursiveEvent - Interface in net.minestom.server.event.trait
- red() - Method in class net.minestom.server.color.Color
- red() - Method in enum class net.minestom.server.color.DyeColor
- red() - Method in enum class net.minestom.server.map.MapColors
- RED - Enum constant in enum class net.minestom.server.color.DyeColor
- RED - Enum constant in enum class net.minestom.server.entity.metadata.animal.FoxMeta.Type
- RED - Enum constant in enum class net.minestom.server.entity.metadata.animal.MooshroomMeta.Variant
- RED - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- RED_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- RED_BANNER - Static variable in interface net.minestom.server.item.Material
- RED_BED - Static variable in interface net.minestom.server.instance.block.Block
- RED_BED - Static variable in interface net.minestom.server.item.Material
- RED_BLUE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- RED_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- RED_CANDLE - Static variable in interface net.minestom.server.item.Material
- RED_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- RED_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- RED_CARPET - Static variable in interface net.minestom.server.item.Material
- RED_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- RED_CONCRETE - Static variable in interface net.minestom.server.item.Material
- RED_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- RED_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- RED_DYE - Static variable in interface net.minestom.server.item.Material
- RED_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- RED_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- RED_MUSHROOM - Static variable in interface net.minestom.server.instance.block.Block
- RED_MUSHROOM - Static variable in interface net.minestom.server.item.Material
- RED_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- RED_MUSHROOM_BLOCK - Static variable in interface net.minestom.server.item.Material
- RED_NETHER_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- RED_NETHER_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- RED_NETHER_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- RED_NETHER_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- RED_NETHER_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- RED_NETHER_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- RED_NETHER_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- RED_NETHER_BRICKS - Static variable in interface net.minestom.server.item.Material
- RED_SAND - Static variable in interface net.minestom.server.instance.block.Block
- RED_SAND - Static variable in interface net.minestom.server.item.Material
- RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- RED_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- RED_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- RED_SANDSTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- RED_SANDSTONE_WALL - Static variable in interface net.minestom.server.item.Material
- RED_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- RED_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- RED_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- RED_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- RED_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- RED_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- RED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- RED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- RED_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- RED_TULIP - Static variable in interface net.minestom.server.item.Material
- RED_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- RED_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- RED_WOOL - Static variable in interface net.minestom.server.item.Material
- redirectedNode - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- REDSTONE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
- REDSTONE - Static variable in interface net.minestom.server.item.Material
- REDSTONE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- REDSTONE_BLOCK - Static variable in interface net.minestom.server.item.Material
- REDSTONE_LAMP - Static variable in interface net.minestom.server.instance.block.Block
- REDSTONE_LAMP - Static variable in interface net.minestom.server.item.Material
- REDSTONE_ORE - Static variable in interface net.minestom.server.instance.block.Block
- REDSTONE_ORE - Static variable in interface net.minestom.server.item.Material
- REDSTONE_TORCH - Static variable in interface net.minestom.server.instance.block.Block
- REDSTONE_TORCH - Static variable in interface net.minestom.server.item.Material
- REDSTONE_WALL_TORCH - Static variable in interface net.minestom.server.instance.block.Block
- REDSTONE_WIRE - Static variable in interface net.minestom.server.instance.block.Block
- RedstonePlacementRule - Class in net.minestom.server.instance.block.rule.vanilla
- RedstonePlacementRule() - Constructor for class net.minestom.server.instance.block.rule.vanilla.RedstonePlacementRule
- reducedDebugInfo - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- references(int, int, EntityTracker.Target<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets a list containing references to all the entity lists visible from a chunk
- references(Point, EntityTracker.Target<T>) - Method in interface net.minestom.server.instance.EntityTracker
- refresh(float, float, boolean, boolean) - Method in class net.minestom.server.entity.vehicle.PlayerVehicleInformation
-
Refresh internal data
- refresh(String, byte, ChatMessageType, boolean, byte, Player.MainHand) - Method in class net.minestom.server.entity.Player.PlayerSettings
-
Changes the player settings internally.
- refreshAbilities() - Method in class net.minestom.server.entity.Player
-
Sends to the player a
PlayerAbilitiesPacketwith all the updated fields. - refreshActiveHand(boolean, boolean, boolean) - Method in class net.minestom.server.entity.LivingEntity
- refreshAfterTeleport() - Method in class net.minestom.server.entity.Player
-
Called after the player teleportation to refresh his position and send data to his new viewers.
- refreshAnswerKeepAlive(boolean) - Method in class net.minestom.server.entity.Player
- refreshCachedValue() - Method in class net.minestom.server.attribute.AttributeInstance
-
Recalculate the value of this attribute instance using the modifiers.
- refreshChunkEntry(ThreadDispatcher.ChunkEntry) - Method in class net.minestom.server.acquirable.Acquirable.Handler
- refreshCommands() - Method in class net.minestom.server.entity.Player
-
Refreshes the command list for this player.
- refreshCurrentChunk(Chunk) - Method in class net.minestom.server.entity.Entity
- refreshEating(Player.Hand) - Method in class net.minestom.server.entity.Player
- refreshEating(Player.Hand, long) - Method in class net.minestom.server.entity.Player
- refreshFlying(boolean) - Method in class net.minestom.server.entity.Player
-
Updates the internal flying field.
- refreshHealth() - Method in class net.minestom.server.entity.Player
-
Sets the player food and health values to their maximum.
- refreshHeldSlot(byte) - Method in class net.minestom.server.entity.Player
-
Changes the held item for the player viewers Also cancel eating if
Player.isEating()was true. - refreshIsDead(boolean) - Method in class net.minestom.server.entity.LivingEntity
-
Used to change the
isDeadinternal field. - refreshKeepAlive(long) - Method in class net.minestom.server.entity.Player
-
Used to change internally the last sent last keep alive id.
- refreshLastBlockChangeTime() - Method in class net.minestom.server.instance.InstanceContainer
-
Signals the instance that a block changed.
- refreshLastUpdate(long) - Method in class net.minestom.server.utils.time.Cooldown
- refreshLatency(int) - Method in class net.minestom.server.entity.Player
-
Changes the storage player latency and update its tab value.
- refreshOnGround(boolean) - Method in class net.minestom.server.entity.Player
- refreshOnline(boolean) - Method in class net.minestom.server.network.player.PlayerConnection
- refreshPosition(Pos) - Method in class net.minestom.server.entity.Entity
- refreshPosition(Pos, boolean) - Method in class net.minestom.server.entity.Entity
-
Updates internal fields and sends updates.
- refreshReceivedTeleportId(int) - Method in class net.minestom.server.entity.Player
- refreshServerInformation(String, int, int) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Used in
HandshakePacketto change the internal fields. - refreshThreads(long) - Method in class net.minestom.server.thread.ThreadDispatcher
-
Called at the end of each tick to clear removed entities, refresh the chunk linked to an entity, and chunk threads based on
ThreadProvider.findThread(Chunk). - refreshVehicleSteer(float, float, boolean, boolean) - Method in class net.minestom.server.entity.Player
- REGENERATION - Static variable in interface net.minestom.server.potion.PotionEffect
- REGENERATION - Static variable in interface net.minestom.server.potion.PotionType
- register() - Method in class net.minestom.server.attribute.Attribute
-
Register this attribute.
- register(int, ClientPacketsHandler.ClientPacketSupplier) - Method in class net.minestom.server.network.packet.client.handler.ClientPacketsHandler
-
Registers a client packet which can be retrieved later using
ClientPacketsHandler.getPacketInstance(int). - register(Keyed, Collection<Audience>) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Adds some audiences to the registry.
- register(Keyed, Audience...) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Adds some audiences to the registry.
- register(Key, Collection<Audience>) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Adds some audiences to the registry.
- register(Key, Audience...) - Method in class net.minestom.server.adventure.audience.AudienceRegistry
-
Adds some audiences to the registry.
- register(Command) - Method in class net.minestom.server.command.builder.CommandDispatcher
-
Registers a command, be aware that registering a command name or alias will override the previous entry.
- register(Command) - Method in class net.minestom.server.command.CommandManager
-
Registers a
Command. - register(Entity, Point, EntityTracker.Target<T>, EntityTracker.Update<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Register an entity to be tracked.
- register(EventBinding<? extends T>) - Method in interface net.minestom.server.event.EventNode
- register(EventBinding<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- register(T) - Method in class net.minestom.server.registry.Registry.Container
- register(T) - Method in class net.minestom.server.utils.ViewEngine.Option
- registerBlockPlacementRule(BlockPlacementRule) - Method in class net.minestom.server.instance.block.BlockManager
-
Registers a
BlockPlacementRule. - registerBuffer(Object, AtomicReference<BinaryBuffer>) - Static method in class net.minestom.server.utils.binary.PooledBuffers
- registerBuffer(Object, BinaryBuffer) - Static method in class net.minestom.server.utils.binary.PooledBuffers
- registerBuffers(Object, Collection<BinaryBuffer>) - Static method in class net.minestom.server.utils.binary.PooledBuffers
- registered - Variable in class net.minestom.server.world.DimensionType
- registerHandler(String, Supplier<BlockHandler>) - Method in class net.minestom.server.instance.block.BlockManager
- registerHandler(NamespaceID, Supplier<BlockHandler>) - Method in class net.minestom.server.instance.block.BlockManager
- registerInstance(Instance) - Method in class net.minestom.server.instance.InstanceManager
-
Registers an
Instanceinternally. - registerNewTeam(Team) - Method in class net.minestom.server.scoreboard.TeamManager
-
Registers a new
Team - registerPlayer(Player) - Method in class net.minestom.server.network.ConnectionManager
-
Adds a new
Playerin the players list. - registerSharedInstance(SharedInstance) - Method in class net.minestom.server.instance.InstanceManager
-
Registers a
SharedInstance. - registerType(Class<T>, DataType<T>) - Method in class net.minestom.server.data.DataManager
-
Deprecated.Registers a new data type.
- Registries - Class in net.minestom.server.registry
-
AUTOGENERATED
- Registries() - Constructor for class net.minestom.server.registry.Registries
- registry() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets the audience registry used to register custom audiences.
- registry() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the audience registry used to register custom audiences.
- registry() - Method in interface net.minestom.server.entity.EntityType
-
Returns the entity registry.
- registry() - Method in interface net.minestom.server.instance.block.Block
-
Returns the block registry.
- registry() - Method in interface net.minestom.server.item.Enchantment
-
Returns the enchantment registry.
- registry() - Method in interface net.minestom.server.item.Material
-
Returns the material registry.
- registry() - Method in interface net.minestom.server.potion.PotionEffect
- Registry - Class in net.minestom.server.registry
-
Handles registry data, used by
ProtocolObjectimplementations and is strictly internal. - Registry() - Constructor for class net.minestom.server.registry.Registry
- Registry.BlockEntry - Class in net.minestom.server.registry
- Registry.Container<T extends ProtocolObject> - Class in net.minestom.server.registry
- Registry.Container.Loader<T extends ProtocolObject> - Interface in net.minestom.server.registry
- Registry.EnchantmentEntry - Class in net.minestom.server.registry
- Registry.EntityEntry - Class in net.minestom.server.registry
- Registry.Entry - Class in net.minestom.server.registry
- Registry.MaterialEntry - Class in net.minestom.server.registry
- Registry.PotionEffectEntry - Class in net.minestom.server.registry
- Registry.Resource - Enum Class in net.minestom.server.registry
- regularVillager - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- relative(BlockFace) - Method in interface net.minestom.server.coordinate.Point
- relative(BlockFace) - Method in record class net.minestom.server.coordinate.Pos
- relative(BlockFace) - Method in record class net.minestom.server.coordinate.Vec
- RELATIVE - Enum constant in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
- RelativeBlockBatch - Class in net.minestom.server.instance.batch
-
A
Batchwhich can be used when changes are required across chunk borders, and are going to be reused in different places. - RelativeBlockBatch() - Constructor for class net.minestom.server.instance.batch.RelativeBlockBatch
- RelativeBlockBatch(BatchOption) - Constructor for class net.minestom.server.instance.batch.RelativeBlockBatch
- RelativeBlockPosition(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- RelativeVec - Class in net.minestom.server.utils.location
-
Represents a location which can have fields relative to an
Entityposition. - RelativeVec(Vec, RelativeVec.CoordinateType, boolean, boolean, boolean) - Constructor for class net.minestom.server.utils.location.RelativeVec
- RelativeVec.CoordinateType - Enum Class in net.minestom.server.utils.location
- RelativeVec2(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- RelativeVec3(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- reload(String) - Method in class net.minestom.server.extensions.ExtensionManager
- removal - Variable in class net.minestom.server.utils.ViewEngine.Option
- remove() - Method in class net.minestom.server.entity.Entity
-
Removes the entity from the server immediately.
- remove() - Method in class net.minestom.server.entity.hologram.Hologram
-
Removes the hologram.
- remove() - Method in class net.minestom.server.entity.Player
- remove() - Method in class net.minestom.server.utils.block.BlockIterator
- remove(E) - Method in interface net.minestom.server.instance.EntityTracker.Update
- remove(Object) - Method in class net.minestom.server.acquirable.AcquirableCollection
- REMOVE - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- REMOVE_ENTITY_EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- REMOVE_PLAYER - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- REMOVE_PLAYERS_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
An action to remove player from the team
- REMOVE_TEAM - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
An action to remove a team
- removeAll(Collection<?>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- removeAllBossBars(Player) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Removes a player from all of their boss bars.
- removeBiome(Biome) - Method in class net.minestom.server.world.biomes.BiomeManager
-
Removes a biome.
- removeBossBar(Collection<Player>, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Removes the specified players from the boss bar's viewers and despawns the boss bar.
- removeBossBar(Player, BossBar) - Method in class net.minestom.server.adventure.bossbar.BossBarManager
-
Removes the specified player from the boss bar's viewers and despawns the boss bar.
- removeChild(EventNode<? extends T>) - Method in interface net.minestom.server.event.EventNode
-
Directly removes the given child from this node.
- removeChild(EventNode<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- removeChildInHierarchy(MinestomExtensionClassLoader) - Method in class net.minestom.server.extras.selfmodification.HierarchyClassLoader
- removeChildren(String) - Method in interface net.minestom.server.event.EventNode
-
Recursively removes children with the given name starting at this node.
- removeChildren(String, Class<? extends T>) - Method in interface net.minestom.server.event.EventNode
-
Recursively removes children with the given name and type starting at this node.
- removeChildren(String, Class<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- removeDimension(DimensionType) - Method in class net.minestom.server.world.DimensionTypeManager
-
Removes a dimension type.
- removeEffect(PotionEffect) - Method in class net.minestom.server.entity.Entity
-
Removes effect from entity, if it has it.
- removeElement(Object[], int) - Static method in class net.minestom.server.utils.ArrayUtils
- removeEntity(Entity) - Method in class net.minestom.server.thread.ThreadDispatcher
- RemoveEntityEffectPacket - Class in net.minestom.server.network.packet.server.play
- RemoveEntityEffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- RemoveEntityFromInstanceEvent - Class in net.minestom.server.event.instance
-
Called by an Instance when an entity is removed from it.
- RemoveEntityFromInstanceEvent(Instance, Entity) - Constructor for class net.minestom.server.event.instance.RemoveEntityFromInstanceEvent
- removeExtensionTasksOnUnload(String) - Method in class net.minestom.server.timer.SchedulerManager
-
Unschedules all non-transient tasks (
Task.isTransient()) from this scheduler. - removeItem(ItemStack) - Method in class net.minestom.server.item.metadata.BundleMeta.Builder
- removeLine(String) - Method in class net.minestom.server.scoreboard.Sidebar
-
Removes a
Sidebar.ScoreboardLinethrough the given identifier - removeListener(EventListener<? extends T>) - Method in interface net.minestom.server.event.EventNode
- removeListener(EventListener<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- removeMember(String) - Method in class net.minestom.server.scoreboard.Team
-
Removes a member from the
Team. - removeModifier(AttributeModifier) - Method in class net.minestom.server.attribute.AttributeInstance
-
Remove a modifier from this instance.
- removePacket - Variable in class net.minestom.server.advancements.AdvancementTab
- removePassenger(Entity) - Method in class net.minestom.server.entity.Entity
-
Removes a passenger to this entity.
- removePermission(String) - Method in interface net.minestom.server.permission.PermissionHandler
-
Removes a
Permissionbased on its string identifier. - removePermission(Permission) - Method in interface net.minestom.server.permission.PermissionHandler
-
Removes a
Permissionfrom this handler. - removePlayer(PlayerConnection) - Method in class net.minestom.server.network.ConnectionManager
-
Removes a
Playerfrom the players list. - RemovePlayer(UUID) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.RemovePlayer
- removeRecipe(Recipe) - Method in class net.minestom.server.recipe.RecipeManager
- removeScientificNotation(String) - Method in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- removeTag(Tag<?>) - Method in interface net.minestom.server.tag.TagWritable
- removeTask(Task) - Method in class net.minestom.server.timer.SchedulerManager
-
Removes/Forces the end of a
Task. - removeTickEndCallback(LongConsumer) - Method in class net.minestom.server.UpdateManager
-
Removes a tick end callback.
- removeTickMonitor(Consumer<TickMonitor>) - Method in class net.minestom.server.UpdateManager
- removeTickStartCallback(LongConsumer) - Method in class net.minestom.server.UpdateManager
-
Removes a tick start callback.
- removeTrade(int) - Method in class net.minestom.server.inventory.type.VillagerInventory
- removeViewer(Player) - Method in class net.minestom.server.advancements.AdvancementTab
- removeViewer(Player) - Method in class net.minestom.server.entity.Entity
- removeViewer(Player) - Method in class net.minestom.server.entity.hologram.Hologram
-
Removes a viewer.
- removeViewer(Player) - Method in class net.minestom.server.instance.Chunk
-
Removes the player from the viewing collection.
- removeViewer(Player) - Method in class net.minestom.server.inventory.Inventory
-
This will not close the inventory for
player, usePlayer.closeInventory(). - removeViewer(Player) - Method in class net.minestom.server.scoreboard.BelowNameTag
- removeViewer(Player) - Method in class net.minestom.server.scoreboard.Sidebar
- removeViewer(Player) - Method in class net.minestom.server.scoreboard.TabList
- removeViewer(Player) - Method in interface net.minestom.server.Viewable
-
Removes a viewer.
- repeat(long, TemporalUnit) - Method in class net.minestom.server.timer.TaskBuilder
-
Specifies that the
Taskshould continue to run after waiting for the specified value until it is terminated. - repeat(Duration) - Method in class net.minestom.server.timer.TaskBuilder
-
Specifies that the
Taskshould continue to run after waiting for the specified value until it is terminated. - REPEATER - Static variable in interface net.minestom.server.instance.block.Block
- REPEATER - Static variable in interface net.minestom.server.item.Material
- REPEATING_COMMAND_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- REPEATING_COMMAND_BLOCK - Static variable in interface net.minestom.server.item.Material
- replaceChildren(String, Class<E>, EventNode<E>) - Method in interface net.minestom.server.event.EventNode
-
Replaces all children matching the given name and type recursively starting from this node.
- replaceChildren(String, Class<E>, EventNode<E>) - Method in class net.minestom.server.event.GlobalEventHandler
- replaceChildren(String, EventNode<T>) - Method in interface net.minestom.server.event.EventNode
-
Replaces all children matching the given name and type recursively starting from this node.
- replaceItemStack(int, UnaryOperator<ItemStack>) - Method in class net.minestom.server.inventory.AbstractInventory
- Repository() - Constructor for class net.minestom.server.extensions.DiscoveredExtension.ExternalDependencies.Repository
- request(String, NodeMaker.Request) - Method in class net.minestom.server.command.builder.NodeMaker
- REQUEST_STATS - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientStatusPacket.Action
- Requirement() - Constructor for class net.minestom.server.network.packet.server.play.AdvancementsPacket.Requirement
- requirements - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- requirements - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Requirement
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.item.FireballMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.item.ItemEntityMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- requiresVelocityPacketAtSpawn() - Method in interface net.minestom.server.entity.metadata.ObjectDataProvider
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.LlamaSpitMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.ShulkerBulletMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- requiresVelocityPacketAtSpawn() - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- reset - Variable in class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- reset() - Method in class net.minestom.server.instance.Chunk
-
Resets the chunk, this means clearing all the data making it empty.
- reset() - Method in class net.minestom.server.instance.DynamicChunk
- reset(int, int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- reset(BinaryBuffer.Marker) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- resetAcquiringTime() - Static method in interface net.minestom.server.acquirable.Acquirable
-
Resets
Acquirable.getAcquiringTime(). - resetAdvancements - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- resetTitle() - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- resetTitle() - Method in class net.minestom.server.entity.Player
- RESISTANCE - Static variable in interface net.minestom.server.potion.PotionEffect
- resize(int) - Method in class net.minestom.server.instance.palette.Palette
-
Resizes the array.
- resolve(String, File) - Method in class net.minestom.server.extensions.ExtensionDependencyResolver
- resolved(boolean) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- resolveKey(String) - Method in class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- RESOURCE_PACK_SEND - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ResourceLocation(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- ResourcePack - Class in net.minestom.server.resourcepack
-
Represents a resource pack which can be sent with
Player.setResourcePack(ResourcePack). - ResourcePack(String, String) - Constructor for class net.minestom.server.resourcepack.ResourcePack
-
Deprecated.
- ResourcePackListener - Class in net.minestom.server.listener
- ResourcePackListener() - Constructor for class net.minestom.server.listener.ResourcePackListener
- ResourcePackSendPacket - Class in net.minestom.server.network.packet.server.play
- ResourcePackSendPacket() - Constructor for class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- ResourcePackSendPacket(ResourcePack) - Constructor for class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- ResourcePackStatus - Enum Class in net.minestom.server.resourcepack
-
Represents the result of
Player.setResourcePack(ResourcePack)inPlayerResourcePackStatusEvent. - respawn() - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Respawns the player.
- respawn() - Method in class net.minestom.server.entity.Player
-
Respawns the player by sending a
RespawnPacketto the player and teleporting him toPlayer.getRespawnPoint(). - RESPAWN - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- RESPAWN_ANCHOR - Static variable in interface net.minestom.server.instance.block.Block
- RESPAWN_ANCHOR - Static variable in interface net.minestom.server.item.Material
- respawnAnchorSafe(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- RespawnPacket - Class in net.minestom.server.network.packet.server.play
- RespawnPacket() - Constructor for class net.minestom.server.network.packet.server.play.RespawnPacket
- RESPIRATION - Static variable in interface net.minestom.server.item.Enchantment
- ResponseData - Class in net.minestom.server.ping
-
Represents the data sent to the player when responding to a ping event.
- ResponseData() - Constructor for class net.minestom.server.ping.ResponseData
-
Constructs a new
ResponseData. - ResponseData.PingPlayer - Class in net.minestom.server.ping
-
Deprecated.
- ResponseDataConsumer - Interface in net.minestom.server.ping
-
Deprecated.listen to the
ServerListPingEventinstead - ResponsePacket - Class in net.minestom.server.network.packet.server.handshake
- ResponsePacket() - Constructor for class net.minestom.server.network.packet.server.handshake.ResponsePacket
- ResponsePacket(String) - Constructor for class net.minestom.server.network.packet.server.handshake.ResponsePacket
- RESTRICTION_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentWord
- restrictions - Variable in class net.minestom.server.command.builder.arguments.ArgumentWord
- result - Variable in class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
- result - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- retainAll(Collection<?>) - Method in class net.minestom.server.acquirable.AcquirableCollection
- retrieve() - Method in class net.minestom.server.network.packet.server.CachedPacket
-
Retrieves the packet content.
- retrieve(int) - Method in interface net.minestom.server.command.builder.NodeMaker.Request
- retrieve(Instance, Chunk, double, double) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- retrieve(Instance, Chunk, Point) - Static method in class net.minestom.server.utils.chunk.ChunkUtils
- retrieveChunk(int, int) - Method in class net.minestom.server.instance.InstanceContainer
- retrieveDefaultValues(Map<String, Supplier<Object>>) - Method in class net.minestom.server.command.builder.CommandContext
- retrieveOptionalThreadMap(Collection<Acquirable<T>>, Thread, Consumer<T>) - Static method in class net.minestom.server.acquirable.AcquirableCollection
-
Creates
- REVERSE_PORTAL - Static variable in interface net.minestom.server.particle.Particle
- RIGHT - Enum constant in enum class net.minestom.server.entity.Player.MainHand
- RIGHT_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- RIGHT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- rightClick(Player, int) - Method in class net.minestom.server.inventory.Inventory
- rightClick(Player, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playerright click in the inventory. - rightClick(Player, int) - Method in class net.minestom.server.inventory.PlayerInventory
- rightClick(Player, AbstractInventory, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- rightPaddleTurning - Variable in class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- RIPTIDE - Static variable in interface net.minestom.server.item.Enchantment
- RIVER - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- ROAR - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- ROOT - Enum constant in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
- ROOTED_DIRT - Static variable in interface net.minestom.server.instance.block.Block
- ROOTED_DIRT - Static variable in interface net.minestom.server.item.Material
- rootIndex - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- ROSE_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- ROSE_BUSH - Static variable in interface net.minestom.server.item.Material
- rotate(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- rotate(float, float) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Rotates the fake player.
- rotateAroundAxis(Vec, double) - Method in record class net.minestom.server.coordinate.Vec
-
Rotates the vector around a given arbitrary axis in 3 dimensional space.
- rotateAroundNonUnitAxis(Vec, double) - Method in record class net.minestom.server.coordinate.Vec
-
Rotates the vector around a given arbitrary axis in 3 dimensional space.
- rotateAroundX(double) - Method in record class net.minestom.server.coordinate.Vec
-
Rotates the vector around the x-axis.
- rotateAroundY(double) - Method in record class net.minestom.server.coordinate.Vec
-
Rotates the vector around the y-axis.
- rotateAroundZ(double) - Method in record class net.minestom.server.coordinate.Vec
-
Rotates the vector around the z axis
- rotateClockwise() - Method in enum class net.minestom.server.utils.Rotation
-
Rotate clockwise by 90 degrees.
- rotateCounterClockwise() - Method in enum class net.minestom.server.utils.Rotation
-
Rotate counter-clockwise by 90 degrees.
- rotateFromView(float, float) - Method in record class net.minestom.server.coordinate.Vec
- rotateFromView(Pos) - Method in record class net.minestom.server.coordinate.Vec
- rotation - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- Rotation - Enum Class in net.minestom.server.utils
- Rotation(Point) - Static method in class net.minestom.server.entity.Metadata
- ROTTEN_FLESH - Static variable in interface net.minestom.server.item.Material
- round(double) - Static method in class net.minestom.server.utils.block.BlockIterator
- round(double, int) - Static method in class net.minestom.server.utils.MathUtils
- round(float, int) - Static method in class net.minestom.server.utils.MathUtils
- rows - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- run() - Method in class net.minestom.server.network.socket.Worker
- run() - Method in class net.minestom.server.thread.TickThread
- run() - Method in class net.minestom.server.timer.Task
-
Executes the task.
- run(E) - Method in interface net.minestom.server.event.EventCallback
- run(T) - Method in interface net.minestom.server.event.EventListener
- runAsync(Runnable) - Static method in class net.minestom.server.utils.async.AsyncUtils
- runRunnable() - Method in class net.minestom.server.timer.Task
-
Executes the internal runnable.
S
- SADDLE - Static variable in interface net.minestom.server.item.Material
- safeItemInsert(int, ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
-
Inserts safely an item into the inventory.
- SALMON - Static variable in interface net.minestom.server.entity.EntityType
- SALMON - Static variable in interface net.minestom.server.item.Material
- SALMON_BUCKET - Static variable in interface net.minestom.server.item.Material
- SALMON_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SalmonMeta - Class in net.minestom.server.entity.metadata.water.fish
- SalmonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.SalmonMeta
- SALT_AND_PEPPER - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- sameBlock(int, int, int) - Method in interface net.minestom.server.coordinate.Point
- sameBlock(Point) - Method in interface net.minestom.server.coordinate.Point
-
Gets if two points are in the same chunk.
- sameChunk(Point) - Method in interface net.minestom.server.coordinate.Point
-
Gets if two points are in the same chunk.
- samePoint(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- samePoint(Point) - Method in interface net.minestom.server.coordinate.Point
-
Checks it two points have similar (x/y/z).
- sameView(Pos) - Method in record class net.minestom.server.coordinate.Pos
-
Checks if two positions have a similar view (yaw/pitch).
- SAND - Enum constant in enum class net.minestom.server.map.MapColors
- SAND - Static variable in interface net.minestom.server.instance.block.Block
- SAND - Static variable in interface net.minestom.server.item.Material
- SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- SANDSTONE - Static variable in interface net.minestom.server.item.Material
- SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- SANDSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- SANDSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- SANDSTONE_WALL - Static variable in interface net.minestom.server.instance.block.Block
- SANDSTONE_WALL - Static variable in interface net.minestom.server.item.Material
- SATURATION - Static variable in interface net.minestom.server.potion.PotionEffect
- SAVANNA - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- SAVANNA - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- SAVE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
- SAVE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
- saveAllItems(NBTList<NBTCompound>, Inventory) - Static method in class net.minestom.server.utils.NBTUtils
- saveAndRemoveCachedData(String) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Saves a specified cached
SerializableDataand remove it from memory. - saveCachedData() - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Saves the all the cached
SerializableData. - saveCachedData(String) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Saves an unique cached
SerializableData. - saveChunk(Chunk) - Method in class net.minestom.server.instance.AnvilLoader
- saveChunk(Chunk) - Method in interface net.minestom.server.instance.IChunkLoader
-
Saves a
Chunkwith an optional callback for when it is done. - saveChunks(Collection<Chunk>) - Method in interface net.minestom.server.instance.IChunkLoader
-
Saves multiple chunks with an optional callback for when it is done.
- saveChunksToStorage() - Method in class net.minestom.server.instance.Instance
-
Saves multiple chunks to permanent storage.
- saveChunksToStorage() - Method in class net.minestom.server.instance.InstanceContainer
- saveChunksToStorage() - Method in class net.minestom.server.instance.SharedInstance
- saveChunkToStorage(Chunk) - Method in class net.minestom.server.instance.Instance
-
Saves a
Chunkto permanent storage. - saveChunkToStorage(Chunk) - Method in class net.minestom.server.instance.InstanceContainer
- saveChunkToStorage(Chunk) - Method in class net.minestom.server.instance.SharedInstance
- saveInstance() - Method in class net.minestom.server.instance.Instance
-
Saves the current instance tags.
- saveInstance() - Method in class net.minestom.server.instance.InstanceContainer
- saveInstance() - Method in class net.minestom.server.instance.SharedInstance
- saveInstance(Instance) - Method in class net.minestom.server.instance.AnvilLoader
- saveInstance(Instance) - Method in interface net.minestom.server.instance.IChunkLoader
- savePackagedResource(String) - Method in class net.minestom.server.extensions.Extension
-
Copies a resource file to the extension directory, replacing any existing copy.
- savePackagedResource(Path) - Method in class net.minestom.server.extensions.Extension
-
Copies a resource file to the extension directory, replacing any existing copy.
- SCAFFOLDING - Static variable in interface net.minestom.server.instance.block.Block
- SCAFFOLDING - Static variable in interface net.minestom.server.item.Material
- scale - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- scale(float) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- schedule() - Method in class net.minestom.server.timer.Task
-
Sets up the task for correct execution.
- schedule() - Method in class net.minestom.server.timer.TaskBuilder
-
Schedules this
Taskfor execution. - SCHEDULED - Enum constant in enum class net.minestom.server.timer.TaskStatus
-
The task is execution and is currently running
- scheduleNextTick(Consumer<Entity>) - Method in class net.minestom.server.entity.Entity
-
Schedules a task to be run during the next entity tick.
- scheduleNextTick(Consumer<Instance>) - Method in class net.minestom.server.instance.Instance
-
Schedules a task to be run during the next instance tick.
- scheduleRemove(long, TemporalUnit) - Method in class net.minestom.server.entity.Entity
-
Triggers
Entity.remove()after the specified time. - scheduleRemove(Duration) - Method in class net.minestom.server.entity.Entity
-
Triggers
Entity.remove()after the specified time. - SchedulerManager - Class in net.minestom.server.timer
-
An object which manages all the
Task's. - SchedulerManager() - Constructor for class net.minestom.server.timer.SchedulerManager
-
Default constructor
- Scoreboard - Interface in net.minestom.server.scoreboard
-
This interface represents all scoreboard of Minecraft.
- SCOREBOARD_OBJECTIVE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ScoreboardLine(String, Component, int) - Constructor for class net.minestom.server.scoreboard.Sidebar.ScoreboardLine
- ScoreboardObjectivePacket - Class in net.minestom.server.network.packet.server.play
- ScoreboardObjectivePacket() - Constructor for class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- ScoreboardObjectivePacket.Type - Enum Class in net.minestom.server.network.packet.server.play
-
This enumeration represents all available types for the scoreboard objective
- scoreName - Variable in class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- SCRAPE - Static variable in interface net.minestom.server.particle.Particle
- SCULK_SENSOR - Static variable in interface net.minestom.server.instance.block.Block
- SCULK_SENSOR - Static variable in interface net.minestom.server.item.Material
- SCULK_VIBRATION_SIGNAL - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SculkVibrationSignal - Class in net.minestom.server.network.packet.server.play
- SculkVibrationSignal() - Constructor for class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- SCUTE - Static variable in interface net.minestom.server.item.Material
- SEA - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- SEA_LANTERN - Static variable in interface net.minestom.server.instance.block.Block
- SEA_LANTERN - Static variable in interface net.minestom.server.item.Material
- SEA_PICKLE - Static variable in interface net.minestom.server.instance.block.Block
- SEA_PICKLE - Static variable in interface net.minestom.server.item.Material
- SEAGRASS - Static variable in interface net.minestom.server.instance.block.Block
- SEAGRASS - Static variable in interface net.minestom.server.item.Material
- searchRange() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- SECOND - Static variable in class net.minestom.server.utils.time.TimeUnit
- secondaryEffect - Variable in class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- section - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- Section - Class in net.minestom.server.instance
- Section() - Constructor for class net.minestom.server.instance.Section
- sectionMap - Variable in class net.minestom.server.instance.DynamicChunk
- sections - Variable in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- seed - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- seeInvisiblePlayers() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the friendly flags to sees invisible players of own team without an update packet.
- SELECT_ADVANCEMENT_TAB - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SelectAdvancementTabPacket - Class in net.minestom.server.network.packet.server.play
- SelectAdvancementTabPacket() - Constructor for class net.minestom.server.network.packet.server.play.SelectAdvancementTabPacket
- selectedSlot - Variable in class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
- SELF - Enum constant in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
- SEMI_PUFFED - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.PufferfishMeta.State
- send(Notification, Collection<Player>) - Static method in class net.minestom.server.advancements.notifications.NotificationCenter
-
Send a
Notificationto a collection of players. - send(Notification, Player) - Static method in class net.minestom.server.advancements.notifications.NotificationCenter
-
Send a
Notificationto one player. - SendablePacket - Interface in net.minestom.server.network.packet.server
-
Represents a packet that can be sent to a
PlayerConnection. - sendActionBar(Component) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- sendActionBar(Component) - Method in class net.minestom.server.entity.Player
- sendAddPacket(Entity) - Method in class net.minestom.server.potion.Potion
-
Sends a packet that a potion effect has been applied to the entity.
- sendArmAnimation(Player.Hand) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Sends an animation packet that animates the specified arm.
- sendBlockAction(Point, byte, byte) - Method in class net.minestom.server.instance.Instance
-
Sends a
BlockActionPacketfor all the viewers of the specific position. - sendChunk() - Method in class net.minestom.server.instance.Chunk
- sendChunk() - Method in class net.minestom.server.instance.DynamicChunk
- sendChunk(Player) - Method in class net.minestom.server.instance.Chunk
-
Sends the chunk data to
player. - sendChunk(Player) - Method in class net.minestom.server.instance.DynamicChunk
- sendDimension(DimensionType) - Method in class net.minestom.server.entity.Player
-
Changes the dimension of the player.
- sendGroupedPacket(Collection<Player>, ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
-
Same as
PacketUtils.sendGroupedPacket(Collection, ServerPacket, Predicate)but with the player validator sets to null. - sendGroupedPacket(Collection<Player>, ServerPacket, Predicate<Player>) - Static method in class net.minestom.server.utils.PacketUtils
-
Sends a
ServerPacketto multiple players. - sendGroupedPacket(ServerPacket) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
-
Broadcast a ServerPacket to all players of this audience
- sendMessage(String) - Method in interface net.minestom.server.command.CommandSender
-
Sends a raw string message.
- sendMessage(String) - Method in class net.minestom.server.command.ConsoleSender
- sendMessage(String[]) - Method in interface net.minestom.server.command.CommandSender
-
Sends multiple raw string messages.
- sendMessage(Collection<Player>, Component, ChatPosition, UUID) - Static method in class net.minestom.server.message.Messenger
-
Sends a message to some players, respecting their chat settings.
- sendMessage(Identity, Component, MessageType) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- sendMessage(Identity, Component, MessageType) - Method in class net.minestom.server.command.ConsoleSender
- sendMessage(Identity, Component, MessageType) - Method in class net.minestom.server.entity.Player
- sendMessage(Player, Component, ChatPosition, UUID) - Static method in class net.minestom.server.message.Messenger
-
Sends a message to a player, respecting their chat settings.
- sendPacket(Audience, ServerPacket) - Static method in class net.minestom.server.utils.PacketUtils
-
Sends a packet to an audience.
- sendPacket(SendablePacket) - Method in class net.minestom.server.entity.Player
-
Shortcut for
PlayerConnection.sendPacket(SendablePacket). - sendPacket(SendablePacket) - Method in class net.minestom.server.network.player.FakePlayerConnection
- sendPacket(SendablePacket) - Method in class net.minestom.server.network.player.PlayerConnection
-
Serializes the packet and send it to the client.
- sendPacket(SendablePacket) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- sendPackets(Collection<SendablePacket>) - Method in class net.minestom.server.entity.Player
- sendPackets(Collection<SendablePacket>) - Method in class net.minestom.server.network.player.PlayerConnection
- sendPackets(SendablePacket...) - Method in class net.minestom.server.entity.Player
- sendPackets(SendablePacket...) - Method in class net.minestom.server.network.player.PlayerConnection
- sendPacketsToViewers(Collection<SendablePacket>) - Method in interface net.minestom.server.Viewable
- sendPacketsToViewers(SendablePacket...) - Method in interface net.minestom.server.Viewable
-
Sends multiple packets to all viewers.
- sendPacketToViewers(SendablePacket) - Method in interface net.minestom.server.Viewable
-
Sends a packet to all viewers.
- sendPacketToViewersAndSelf(SendablePacket) - Method in class net.minestom.server.entity.Player
- sendPacketToViewersAndSelf(SendablePacket) - Method in interface net.minestom.server.Viewable
-
Sends a packet to all viewers and the viewable element if it is a player.
- sendPlayerListHeaderAndFooter(Component, Component) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- sendPlayerListHeaderAndFooter(Component, Component) - Method in class net.minestom.server.entity.Player
- sendPluginMessage(String, byte[]) - Method in class net.minestom.server.entity.Player
-
Sends a plugin message to the player.
- sendPluginMessage(String, String) - Method in class net.minestom.server.entity.Player
-
Sends a plugin message to the player.
- sendPluginMessage(String, byte[]) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Sends a plugin message to the player.
- sendPluginMessage(String, String) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Sends a plugin message to the player.
- sendProperty(InventoryProperty, short) - Method in class net.minestom.server.inventory.Inventory
-
Sends a window property to all viewers.
- sendRejectionMessage(Player) - Static method in class net.minestom.server.message.Messenger
-
Sends a message to the player informing them we are rejecting their message or command.
- sendRemovePacket(Entity) - Method in class net.minestom.server.potion.Potion
-
Sends a packet that a potion effect has been removed from the entity.
- sendSlotRefresh(short, ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
-
Refreshes an inventory slot.
- sendTitlePart(TitlePart<T>, T) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- sendTitlePart(TitlePart<T>, T) - Method in class net.minestom.server.entity.Player
- sendUpdatePacket() - Method in class net.minestom.server.scoreboard.Team
-
Sends an
TeamsPacket.Action.UPDATE_TEAM_INFOpacket. - SEQUENCE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
- SerializableData - Class in net.minestom.server.data
-
Deprecated.
- SerializableData() - Constructor for class net.minestom.server.data.SerializableData
-
Deprecated.
- SerializableDataData - Class in net.minestom.server.data.type
- SerializableDataData() - Constructor for class net.minestom.server.data.type.SerializableDataData
- SerializableDataImpl - Class in net.minestom.server.data
-
Deprecated.
- SerializableDataImpl() - Constructor for class net.minestom.server.data.SerializableDataImpl
-
Deprecated.
- SerializerUtils - Class in net.minestom.server.utils
- server() - Method in interface net.minestom.server.adventure.audience.AudienceProvider
-
Gets the combination of
AudienceProvider.players()andAudienceProvider.console(). - server() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the combination of
Audiences.players()andAudiences.console(). - server(long) - Static method in class net.minestom.server.utils.time.Tick
-
Creates a duration from an amount of ticks.
- Server - Class in net.minestom.server.network.socket
- Server(PacketProcessor) - Constructor for class net.minestom.server.network.socket.Server
- SERVER_DIFFICULTY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SERVER_TICK - Static variable in class net.minestom.server.utils.time.TimeUnit
- SERVER_TICKS - Static variable in class net.minestom.server.utils.time.Tick
-
A TemporalUnit representing the server tick.
- ServerDifficultyPacket - Class in net.minestom.server.network.packet.server.play
- ServerDifficultyPacket() - Constructor for class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- ServerDifficultyPacket(Difficulty, boolean) - Constructor for class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- ServerListPingEvent - Class in net.minestom.server.event.server
-
Called when a
PlayerConnectionsends a status packet, usually to display information on the server list. - ServerListPingEvent(ServerListPingType) - Constructor for class net.minestom.server.event.server.ServerListPingEvent
-
Creates a new server list ping event with no player connection.
- ServerListPingEvent(PlayerConnection, ServerListPingType) - Constructor for class net.minestom.server.event.server.ServerListPingEvent
-
Creates a new server list ping event.
- ServerListPingType - Enum Class in net.minestom.server.ping
-
An enum containing the different types of server list ping responses.
- ServerPacket - Interface in net.minestom.server.network.packet.server
-
Represents a packet which can be sent to a player using
PlayerConnection.sendPacket(SendablePacket). - ServerPacketConsumer - Interface in net.minestom.server.listener.manager
-
Interface used to add a listener for outgoing packets with
ConnectionManager.onPacketSend(ServerPacketConsumer). - ServerPacketIdentifier - Class in net.minestom.server.network.packet.server
- ServerPacketIdentifier() - Constructor for class net.minestom.server.network.packet.server.ServerPacketIdentifier
- ServerSender - Class in net.minestom.server.command
-
Sender used in
CommandManager.executeServerCommand(String). - ServerSender() - Constructor for class net.minestom.server.command.ServerSender
- set(int, int, byte) - Method in class net.minestom.server.map.framebuffers.DirectFramebuffer
- set(int, int, int) - Method in class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- set(int, int, int) - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- set(int, T) - Method in class net.minestom.server.utils.ObjectArray
- set(String, byte[]) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Sets a data associated to a key using
StorageSystem.set(String, byte[]). - set(String, byte[]) - Method in interface net.minestom.server.storage.StorageSystem
-
Deprecated.Sets the specified data to the defined key.
- set(String, Object) - Method in class net.minestom.server.command.builder.CommandData
- set(String, T) - Method in class net.minestom.server.data.Data
-
Deprecated.Assigns a value to a specific key.
- set(String, T, Class<T>) - Method in class net.minestom.server.storage.StorageLocation
-
Deprecated.Sets an object associated to a key.
- set(String, T, Class<T>) - Method in class net.minestom.server.data.Data
-
Deprecated.Assigns a value to a specific key.
- set(String, T, Class<T>) - Method in class net.minestom.server.data.DataImpl
-
Deprecated.
- set(String, T, Class<T>) - Method in class net.minestom.server.data.SerializableDataImpl
-
Deprecated.Sets a value to a specific key.
- set(Tag<T>, T) - Method in class net.minestom.server.item.ItemMetaBuilder
- SET_COOLDOWN - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_EXPERIENCE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_PASSENGERS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_SLOT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_TITLE_SUBTITLE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_TITLE_TEXT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SET_TITLE_TIME - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- setAchieved(boolean) - Method in class net.minestom.server.advancements.Advancement
-
Makes the advancement achieved.
- setActiveHand(Player.Hand) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setAdditionalHearts(float) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setAdditionalHearts(float) - Method in class net.minestom.server.entity.Player
-
Changes the amount of additional hearts shown.
- setAdditionIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.SmithingRecipe
- setAggressive(boolean) - Method in class net.minestom.server.entity.metadata.MobMeta
- setAirTicks(int) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setAllowFlying(boolean) - Method in class net.minestom.server.entity.Player
-
Allows or forbid the player to fly.
- setAllowFriendlyFire(boolean) - Method in class net.minestom.server.scoreboard.Team
- setAngerTicks(int) - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- setAngerTime(int) - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- setAngry(boolean) - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- setAquaphobic(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setAquatic(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setArg(String, Object, String) - Method in class net.minestom.server.command.builder.CommandContext
- setArgumentCallback(ArgumentCallback, Argument<?>) - Method in class net.minestom.server.command.builder.Command
-
Sets an
ArgumentCallback. - setArrowCount(int) - Method in class net.minestom.server.entity.LivingEntity
-
Changes the amount of arrow stuck in the entity.
- setArrowCount(int) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setAttachFace(Direction) - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- setAttachmentPosition(Point) - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- setAttacking(boolean) - Method in class net.minestom.server.entity.metadata.flying.GhastMeta
- setAttacking(boolean) - Method in class net.minestom.server.entity.metadata.monster.VexMeta
- setAutoViewable(boolean) - Method in class net.minestom.server.entity.Entity
-
Decides if this entity should be auto-viewable by nearby players.
- setAutoViewEntities(boolean) - Method in class net.minestom.server.entity.Entity
-
Decides if surrounding entities must be visible.
- setAvian(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setAvoidsDoorways(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setBaby(boolean) - Method in class net.minestom.server.entity.metadata.AgeableMobMeta
- setBaby(boolean) - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- setBaby(boolean) - Method in class net.minestom.server.entity.metadata.monster.ZoglinMeta
- setBaby(boolean) - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- setBackground(String) - Method in class net.minestom.server.advancements.Advancement
-
Sets the background.
- setBaseIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.SmithingRecipe
- setBaseValue(float) - Method in class net.minestom.server.attribute.AttributeInstance
-
Sets the base value of this instance.
- setBeamTarget(Point) - Method in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- setBecomingDrowned(boolean) - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- setBedInWhichSleepingPosition(Point) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setBegging(boolean) - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- setBelowNameTag(BelowNameTag) - Method in class net.minestom.server.entity.Player
-
Changes the tag below the name.
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.batch.ChunkBatch
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.batch.ChunkGenerationBatch
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
- setBlock(int, int, int, Block) - Method in interface net.minestom.server.instance.block.BlockSetter
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.Chunk
-
Sets a block at a position.
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.DynamicChunk
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.InstanceContainer
- setBlock(int, int, int, Block) - Method in class net.minestom.server.instance.SharedInstance
- setBlock(Point, Block) - Method in interface net.minestom.server.instance.block.BlockSetter
- setBlock(Block) - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
-
Sets which block to display.
- setBlock(Block) - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
-
Changes the block to be placed.
- setBlockAt(int, int, int, short) - Method in class net.minestom.server.instance.palette.Palette
- setBlockAt(int, int, int, short) - Method in class net.minestom.server.instance.Section
- setBlockCount(short) - Method in class net.minestom.server.instance.palette.Palette
- setBlockingItemUse(boolean) - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
- setBlockLight(byte[]) - Method in class net.minestom.server.instance.Section
- setBlockPosition(Point) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setBlocks(long[]) - Method in class net.minestom.server.instance.palette.Palette
- setBlue(int) - Method in class net.minestom.server.color.Color
-
Sets the blue component of this color.
- setBodyColor(byte) - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- setBodyRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setBoots(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setBoots(ItemStack) - Method in class net.minestom.server.entity.Player
- setBoots(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the boots.
- setBoots(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setBoundingBox(double, double) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setBoundingBox(double, double, double) - Method in class net.minestom.server.entity.Entity
-
Changes the internal entity bounding box.
- setBoundingBox(double, double, double) - Method in class net.minestom.server.entity.LivingEntity
- setBoundingBox(double, double, double) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setBoundingBox(BoundingBox) - Method in class net.minestom.server.entity.Entity
-
Changes the internal entity bounding box.
- setBrandName(String) - Static method in class net.minestom.server.MinecraftServer
-
Changes the server brand name and send the change to all connected players.
- setBreedTimer(int) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setBrewTime(short) - Method in class net.minestom.server.inventory.type.BrewingStandInventory
-
Changes the brew time.
- setBuffer(ByteBuffer) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Changes the buffer used by this binary writer.
- setCalculateInverse(boolean) - Method in class net.minestom.server.instance.batch.BatchOption
- setCallback(ArgumentCallback) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Sets the
ArgumentCallback. - setCancel(boolean) - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- setCancel(boolean) - Method in class net.minestom.server.listener.manager.PacketController
-
Used to cancel the packet.
- setCancelled(boolean) - Method in class net.minestom.server.event.entity.EntityDamageEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.entity.EntityFireEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.entity.EntityShootEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.entity.EntityVelocityEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.instance.AddEntityToInstanceEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.inventory.InventoryOpenEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.item.ItemDropEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.item.PickupExperienceEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.item.PickupItemEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerBlockInteractEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerBlockPlaceEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerChatEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerCommandEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerHandAnimationEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerItemAnimationEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerMoveEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerPacketEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerPreEatEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerStartDiggingEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.player.PlayerUseItemEvent
- setCancelled(boolean) - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Cancelling this event will cause the server to appear offline in the vanilla server list.
- setCancelled(boolean) - Method in class net.minestom.server.event.server.ServerListPingEvent
-
Cancelling this event will cause the server to appear offline in the vanilla server list.
- setCancelled(boolean) - Method in interface net.minestom.server.event.trait.CancellableEvent
-
Marks the
Eventas cancelled or not. - setCancelled(boolean) - Method in class net.minestom.server.extras.query.event.QueryEvent
- setCanFindTreasure(boolean) - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- setCanPickupItem(boolean) - Method in class net.minestom.server.entity.LivingEntity
-
When set to false, the entity will not be able to pick
ItemEntityon the ground. - setCanRestock(boolean) - Method in class net.minestom.server.inventory.type.VillagerInventory
- setCapeEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setCarpetColor(int) - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- setCarriedBlockID(Integer) - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- setCatchable(boolean) - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- setCautious(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setCelebrating(boolean) - Method in class net.minestom.server.entity.metadata.monster.raider.RaiderMeta
- setCenter(float, float) - Method in class net.minestom.server.instance.WorldBorder
-
Changes the X and Z position of the center.
- setCenterHead(Entity) - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- setCenterX(float) - Method in class net.minestom.server.instance.WorldBorder
-
Changes the center X of the world border.
- setCenterZ(float) - Method in class net.minestom.server.instance.WorldBorder
-
Changes the center Z of the world border.
- setCharged(boolean) - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- setChargingCrossbow(boolean) - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- setChatFormat(Function<PlayerChatEvent, Component>) - Method in class net.minestom.server.event.player.PlayerChatEvent
-
Changes the chat format.
- setChatMessage(Component) - Method in class net.minestom.server.event.player.PlayerDeathEvent
-
Changes the text sent in chat
- setChestplate(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setChestplate(ItemStack) - Method in class net.minestom.server.entity.Player
- setChestplate(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the chestplate.
- setChestplate(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setChunkGenerator(ChunkGenerator) - Method in class net.minestom.server.instance.Instance
-
Changes the instance
ChunkGenerator. - setChunkGenerator(ChunkGenerator) - Method in class net.minestom.server.instance.InstanceContainer
- setChunkGenerator(ChunkGenerator) - Method in class net.minestom.server.instance.SharedInstance
- setChunkLoader(IChunkLoader) - Method in class net.minestom.server.instance.InstanceContainer
-
Changes the
IChunkLoaderof this instance (to change how chunks are retrieved when not already loaded). - setChunkSupplier(ChunkSupplier) - Method in class net.minestom.server.instance.InstanceContainer
-
Changes which type of
Chunkimplementation to use once one needs to be loaded. - setChunkViewDistance(int) - Static method in class net.minestom.server.MinecraftServer
-
Deprecated.should instead be defined with a java property
- setClickedItem(ItemStack) - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Changes the clicked item.
- setClickedItem(ItemStack) - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- setClimber(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setClimbing(boolean) - Method in class net.minestom.server.entity.metadata.monster.SpiderMeta
- setCollarColor(int) - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- setCollarColor(int) - Method in class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- setCollisionRule(TeamsPacket.CollisionRule) - Method in class net.minestom.server.scoreboard.Team
-
Changes the
TeamsPacket.CollisionRuleof the team. - setColor(byte) - Method in class net.minestom.server.entity.metadata.animal.SheepMeta
- setColor(byte) - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- setColor(int) - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- setColor(int) - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- setColor(HorseMeta.Color) - Method in class net.minestom.server.entity.metadata.animal.HorseMeta.Variant
- setColor(CatMeta.Color) - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- setColor(ParrotMeta.Color) - Method in class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta
- setColumnarSpace(PFColumnarSpace) - Method in class net.minestom.server.instance.Chunk
-
Changes this chunk columnar space.
- setCommand(String) - Method in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- setCommand(String) - Method in class net.minestom.server.event.player.PlayerCommandEvent
-
Changes the command to execute.
- setCommandCondition(CommandCondition) - Method in class net.minestom.server.command.builder.CommandSyntax
-
Changes the command condition of this syntax.
- setCompression(boolean) - Method in class net.minestom.server.storage.StorageOptions
-
Deprecated.Defines if the storage solution should use compression.
- SetCompressionPacket - Class in net.minestom.server.network.packet.server.login
- SetCompressionPacket(int) - Constructor for class net.minestom.server.network.packet.server.login.SetCompressionPacket
- setCompressionThreshold(int) - Static method in class net.minestom.server.MinecraftServer
-
Changes the compression threshold of the server.
- setCondition(CommandCondition) - Method in class net.minestom.server.command.builder.Command
-
Sets the
CommandCondition. - setConnectionState(ConnectionState) - Method in class net.minestom.server.network.player.PlayerConnection
- setConnectionState(ConnectionState) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- setConstantName(String) - Method in class net.minestom.server.utils.entity.EntityFinder
- setConstantUuid(UUID) - Method in class net.minestom.server.utils.entity.EntityFinder
- setConverting(boolean) - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- setCookingTime(int) - Method in class net.minestom.server.recipe.BlastingRecipe
- setCookingTime(int) - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- setCookingTime(int) - Method in class net.minestom.server.recipe.SmeltingRecipe
- setCookingTime(int) - Method in class net.minestom.server.recipe.SmokingRecipe
- SetCooldownPacket - Class in net.minestom.server.network.packet.server.play
- SetCooldownPacket() - Constructor for class net.minestom.server.network.packet.server.play.SetCooldownPacket
- setCount(int) - Method in class net.minestom.server.entity.metadata.other.ExperienceOrbMeta
-
Sets count of orbs.
- setCritical(boolean) - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- setCurrentGoalSelector(GoalSelector) - Method in class net.minestom.server.entity.ai.EntityAIGroup
-
Changes the current goal selector of this group.
- setCursorItem(Player, ItemStack) - Method in class net.minestom.server.inventory.Inventory
-
Changes the cursor item of a viewer, does nothing if
playeris not a viewer. - setCursorItem(ItemStack) - Method in class net.minestom.server.event.inventory.InventoryPreClickEvent
-
Changes the cursor item.
- setCursorItem(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
-
Changes the player cursor item.
- setCursorItem(ItemStack) - Method in class net.minestom.server.inventory.condition.InventoryConditionResult
- setCustomBlockIdAndDamage(int) - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- setCustomBlockYPosition(int) - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- setCustomName(Component) - Method in class net.minestom.server.entity.Entity
-
Changes the entity custom name.
- setCustomName(Component) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setCustomNameVisible(boolean) - Method in class net.minestom.server.entity.Entity
-
Changes the internal custom name visible field and send a
EntityMetaDataPacketto update the entity state to its viewers. - setCustomNameVisible(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setCustomSynchronizationCooldown(Duration) - Method in class net.minestom.server.entity.Entity
-
Set custom cooldown for position synchronization.
- setDamage(float) - Method in class net.minestom.server.event.entity.EntityDamageEvent
-
Changes the damage amount.
- setDamageTaken(float) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setDancing(boolean) - Method in class net.minestom.server.entity.metadata.monster.PiglinMeta
- setData(Data) - Method in interface net.minestom.server.data.DataContainer
-
Deprecated.use the tag API https://wiki.minestom.net/feature/tags
- setDataDirectory(Path) - Method in class net.minestom.server.extensions.DiscoveredExtension
- setDeathText(Component) - Method in class net.minestom.server.event.player.PlayerDeathEvent
-
Changes the text displayed in the death screen.
- setDefaultEatingTime(long) - Method in class net.minestom.server.entity.Player
-
Used to change the default eating time animation.
- setDefaultExecutor(CommandExecutor) - Method in class net.minestom.server.command.builder.Command
-
Sets the default
CommandExecutor. - setDefaultLocale(Locale) - Static method in class net.minestom.server.adventure.MinestomAdventure
-
Sets the default locale used to translate components when no overriding locale has been provided.
- setDefaultValue(Supplier<T>) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Sets the default value supplier of the argument.
- setDefaultValue(T) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Sets the default value supplier of the argument.
- setDefending(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setDelay(Duration) - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Sets the delay until minestom will send the ping response packet.
- setDescription(Component) - Method in class net.minestom.server.advancements.Advancement
-
Changes the description title.
- setDescription(String) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.
- setDescription(Component) - Method in class net.minestom.server.ping.ResponseData
-
Sets the response description.
- setDiameter(double) - Method in class net.minestom.server.instance.WorldBorder
-
Changes the diameter of the world border.
- setDiameter(double, long) - Method in class net.minestom.server.instance.WorldBorder
-
Changes the diameter to
diameterinspeedmilliseconds (interpolation). - setDifference(float, float, float) - Method in class net.minestom.server.utils.entity.EntityFinder
- setDifficulty(Difficulty) - Static method in class net.minestom.server.MinecraftServer
-
Changes the server difficulty and send the appropriate packet to all connected clients.
- setDirection(Direction) - Method in class net.minestom.server.entity.metadata.other.PaintingMeta
-
Sets direction of a painting.
- setDisplayName(Component) - Method in class net.minestom.server.entity.Player
-
Changes the player display name in the tab-list.
- setDistance(IntRange) - Method in class net.minestom.server.utils.entity.EntityFinder
- setDrinkingPotion(boolean) - Method in class net.minestom.server.entity.metadata.monster.raider.WitchMeta
- setEating(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setEatingTime(long) - Method in class net.minestom.server.event.player.PlayerPreEatEvent
-
Changes the food eating time.
- setEatTimer(int) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setEnableRespawnScreen(boolean) - Method in class net.minestom.server.entity.Player
-
Enables or disable the respawn screen.
- setEnchantmentLevel(EnchantmentTableInventory.EnchantmentSlot, short) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Sets the enchantment level shown on mouse hover.
- setEnchantmentShown(EnchantmentTableInventory.EnchantmentSlot, Enchantment) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Sets the enchantment shown in a slot.
- setEncryptionKey(SecretKey) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Sets the encryption key and add the codecs to the pipeline.
- setEntity(EntityType, EntityFinder.ToggleableType) - Method in class net.minestom.server.utils.entity.EntityFinder
- setEntityCreature(EntityCreature) - Method in class net.minestom.server.entity.ai.GoalSelector
-
Changes the entity affected by the goal selector.
- setEntitySort(EntityFinder.EntitySort) - Method in class net.minestom.server.utils.entity.EntityFinder
- setEntityViewDistance(int) - Static method in class net.minestom.server.MinecraftServer
-
Deprecated.should instead be defined with a java property
- setEquipment(EquipmentSlot, ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
- setEquippedItem(ItemStack) - Method in class net.minestom.server.event.item.EntityEquipEvent
- setExceptionHandler(ExceptionHandler) - Method in class net.minestom.server.exception.ExceptionManager
-
Changes the exception handler, to allow custom exception handling.
- setExecutor(CommandExecutor) - Method in class net.minestom.server.command.builder.CommandSyntax
-
Changes the
CommandExecutorof this syntax. - setExp(float) - Method in class net.minestom.server.entity.Player
-
Used to change the percentage experience bar.
- setExperience(float) - Method in class net.minestom.server.recipe.BlastingRecipe
- setExperience(float) - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- setExperience(float) - Method in class net.minestom.server.recipe.SmeltingRecipe
- setExperience(float) - Method in class net.minestom.server.recipe.SmokingRecipe
- setExperience(int) - Method in class net.minestom.server.inventory.type.VillagerInventory
- setExperienceCount(short) - Method in class net.minestom.server.entity.ExperienceOrb
-
Changes the experience count.
- setExperienceCount(short) - Method in class net.minestom.server.event.item.PickupExperienceEvent
- SetExperiencePacket - Class in net.minestom.server.network.packet.server.play
- SetExperiencePacket() - Constructor for class net.minestom.server.network.packet.server.play.SetExperiencePacket
- SetExperiencePacket(float, int, int) - Constructor for class net.minestom.server.network.packet.server.play.SetExperiencePacket
- setExplosionSupplier(ExplosionSupplier) - Method in class net.minestom.server.instance.Instance
-
Registers the
ExplosionSupplierto use in this instance. - setExtensionDataRoot(Path) - Method in class net.minestom.server.extensions.ExtensionManager
- setFaceplanted(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setFailedToLoadMixinFlag() - Method in class net.minestom.server.extensions.DiscoveredExtension
- setFavicon(String) - Method in class net.minestom.server.ping.ResponseData
-
Sets the response favicon.
- setFieldViewModifier(float) - Method in class net.minestom.server.entity.Player
- setFireDamagePeriod(long, TemporalUnit) - Method in class net.minestom.server.entity.LivingEntity
-
Changes the delay between two fire damage applications.
- setFireDamagePeriod(Duration) - Method in class net.minestom.server.entity.LivingEntity
-
Changes the delay between two fire damage applications.
- setFireForDuration(int) - Method in class net.minestom.server.entity.LivingEntity
-
Sets fire to this entity for a given duration.
- setFireForDuration(int, TemporalUnit) - Method in class net.minestom.server.entity.LivingEntity
-
Sets fire to this entity for a given duration.
- setFireForDuration(Duration) - Method in class net.minestom.server.entity.LivingEntity
-
Sets fire to this entity for a given duration.
- setFireResistant(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setFireTime(int, TemporalUnit) - Method in class net.minestom.server.event.entity.EntityFireEvent
- setFireTime(Duration) - Method in class net.minestom.server.event.entity.EntityFireEvent
- setFireworkInfo(ItemStack) - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- setFirstPotionEffect(PotionEffect) - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Changes the first potion effect.
- setFirstUUID(UUID) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setFlying(boolean) - Method in class net.minestom.server.entity.Player
-
Sets the player flying.
- setFlyingSpeed(float) - Method in class net.minestom.server.entity.Player
-
Updates the internal field and send a
PlayerAbilitiesPacketwith the new flying speed. - setFlyingWithElytra(boolean) - Method in class net.minestom.server.entity.LivingEntity
- setFlyingWithElytra(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setFood(int) - Method in class net.minestom.server.entity.Player
-
Sets and refresh client food bar.
- setFoodSaturation(float) - Method in class net.minestom.server.entity.Player
-
Sets and refresh client food saturation.
- setFormat(ArgumentEnum.Format) - Method in class net.minestom.server.command.builder.arguments.ArgumentEnum
- setForwardDirection(int) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setFoxSneaking(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setFrameType(FrameType) - Method in class net.minestom.server.advancements.Advancement
-
Changes the advancement frame type.
- setFriendlyFlags(byte) - Method in class net.minestom.server.scoreboard.Team
-
Changes the friendly flags of the team.
- setFromBucket(boolean) - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- setFromBucket(boolean) - Method in class net.minestom.server.entity.metadata.water.fish.AbstractFishMeta
- setFuelTime(short) - Method in class net.minestom.server.inventory.type.BrewingStandInventory
-
Changes the fuel time.
- setFullChunk(boolean) - Method in class net.minestom.server.instance.batch.BatchOption
- setFuseTime(int) - Method in class net.minestom.server.entity.metadata.other.PrimedTntMeta
- setGameMode(GameMode) - Method in class net.minestom.server.entity.Player
-
Changes the player
GameMode. - setGameMode(GameMode, EntityFinder.ToggleableType) - Method in class net.minestom.server.utils.entity.EntityFinder
- setGametype(String) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the gametype.
- setGlowing(boolean) - Method in class net.minestom.server.entity.Entity
-
Sets or remove the entity glowing effect.
- setGoingHome(boolean) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setGravity(double, double) - Method in class net.minestom.server.entity.Entity
-
Changes the gravity of the entity.
- setGreen(int) - Method in class net.minestom.server.color.Color
-
Creates a new Color object with specified component
- setGroup(String) - Method in class net.minestom.server.recipe.BlastingRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.ShapedRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.ShapelessRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.SmeltingRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.SmokingRecipe
- setGroup(String) - Method in class net.minestom.server.recipe.StonecutterRecipe
- setHandActive(boolean) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setHandAnimation(boolean) - Method in class net.minestom.server.event.item.ItemUpdateStateEvent
- setHanging(boolean) - Method in class net.minestom.server.entity.metadata.ambient.BatMeta
- setHardcore(boolean) - Method in enum class net.minestom.server.entity.GameMode
- setHasArms(boolean) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setHasBred(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setHasChest(boolean) - Method in class net.minestom.server.entity.metadata.animal.ChestedHorseMeta
- setHasEgg(boolean) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setHasEnchantmentGlint(boolean) - Method in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- setHasFish(boolean) - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- setHasFuel(boolean) - Method in class net.minestom.server.entity.metadata.minecart.FurnaceMinecartMeta
- setHasGlowingEffect(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setHasNectar(boolean) - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- setHasNoBasePlate(boolean) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setHasNoGravity(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setHasPumpkinHat(boolean) - Method in class net.minestom.server.entity.metadata.golem.SnowGolemMeta
- setHasSaddle(boolean) - Method in class net.minestom.server.entity.metadata.animal.PigMeta
- setHasSaddle(boolean) - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- setHasStung(boolean) - Method in class net.minestom.server.entity.metadata.animal.BeeMeta
- setHatEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setHeadRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setHeadShakeTimer(int) - Method in class net.minestom.server.entity.metadata.villager.AbstractVillagerMeta
- setHealth(float) - Method in class net.minestom.server.entity.LivingEntity
-
Changes the entity health, kill it if
healthis >= 0 and is not dead yet. - setHealth(float) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setHealth(float) - Method in class net.minestom.server.entity.Player
- setHealthAddedByAbsorption(int) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setHeldItem(short) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Changes the current held slot for the player.
- setHeldItemSlot(byte) - Method in class net.minestom.server.entity.Player
-
Changes the current held slot for the player.
- setHelmet(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setHelmet(ItemStack) - Method in class net.minestom.server.entity.Player
- setHelmet(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the helmet.
- setHelmet(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setHidden(boolean) - Method in class net.minestom.server.advancements.Advancement
- setHiddenGene(PandaMeta.Gene) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setHookedEntity(Entity) - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- setIcon(ItemStack) - Method in class net.minestom.server.advancements.Advancement
-
Changes the advancement icon.
- setIdentifier(String) - Method in class net.minestom.server.advancements.Advancement
-
Changes the advancement identifier.
- setIgnited(boolean) - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- setImmuneToZombification(boolean) - Method in class net.minestom.server.entity.metadata.animal.HoglinMeta
- setImmuneToZombification(boolean) - Method in class net.minestom.server.entity.metadata.monster.BasePiglinMeta
- setIndex(int, Metadata.Value<?>) - Method in class net.minestom.server.entity.Metadata
- setIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.BlastingRecipe
- setIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- setIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.SmeltingRecipe
- setIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.SmokingRecipe
- setIngredient(DeclareRecipesPacket.Ingredient) - Method in class net.minestom.server.recipe.StonecutterRecipe
- setInRiptideSpinAttack(boolean) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setInstance(Instance) - Method in class net.minestom.server.entity.Entity
-
Changes the entity instance.
- setInstance(Instance) - Method in class net.minestom.server.entity.Player
-
Changes the player instance without changing its position (defaulted to
Player.getRespawnPoint()if the player is not in any instance). - setInstance(Instance, Point) - Method in class net.minestom.server.entity.Entity
- setInstance(Instance, Pos) - Method in class net.minestom.server.entity.Entity
-
Changes the entity instance, i.e.
- setInstance(Instance, Pos) - Method in class net.minestom.server.entity.EntityCreature
- setInstance(Instance, Pos) - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
- setInstance(Instance, Pos) - Method in class net.minestom.server.entity.Player
-
Changes the player instance and load surrounding chunks if needed.
- setInstantBreak(boolean) - Method in class net.minestom.server.entity.Player
-
Changes the player ability "Creative Mode".
- setInTabList(boolean) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerOption
-
Sets the player in the tab-list or not.
- setInterested(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setInventory(Inventory) - Method in class net.minestom.server.event.inventory.InventoryOpenEvent
-
Changes the inventory to open.
- setInverseOption(BatchOption) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
- setInvisible(boolean) - Method in class net.minestom.server.entity.Entity
-
Changes the internal invisible value and send a
EntityMetaDataPacketto make visible or invisible the entity to its viewers. - setInvisible(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setInvulnerable(boolean) - Method in class net.minestom.server.entity.LivingEntity
-
Makes the entity vulnerable or invulnerable.
- setInvulnerable(boolean) - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- setInvulnerable(boolean) - Method in class net.minestom.server.entity.Player
-
This do update the
invulnerablefield in the packetPlayerAbilitiesPacketand prevent the player from receiving damage. - setInvulnerableTime(int) - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- setItem(ItemStack) - Method in class net.minestom.server.entity.metadata.item.EyeOfEnderMeta
- setItem(ItemStack) - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- setItemInHand(Player.Hand, ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the
ItemStackin the specific hand. - setItemInMainHand(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setItemInMainHand(ItemStack) - Method in class net.minestom.server.entity.Player
- setItemInMainHand(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the main hand
ItemStack. - setItemInMainHand(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setItemInOffHand(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setItemInOffHand(ItemStack) - Method in class net.minestom.server.entity.Player
- setItemInOffHand(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the off hand
ItemStack. - setItemInOffHand(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setItemStack(int, ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
-
Sets an
ItemStackat the specified slot and send relevant update to the viewer(s). - setItemStack(ItemStack) - Method in class net.minestom.server.entity.ItemEntity
-
Changes the item stack on ground.
- setJacketEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setKeyValuesMap(Map<String, String>) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Sets the map containing the key-value mappings.
- setLastOutput(Component) - Method in class net.minestom.server.entity.metadata.minecart.CommandBlockMinecartMeta
- setLayingEgg(boolean) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setLeftArmRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setLeftHanded(boolean) - Method in class net.minestom.server.entity.metadata.MobMeta
- setLeftHead(Entity) - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- setLeftLegEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setLeftLegRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setLeftPaddleTurning(boolean) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setLeftShoulderEntityData(NBT) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setLeftSleeveEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setLeggings(ItemStack) - Method in class net.minestom.server.entity.LivingEntity
- setLeggings(ItemStack) - Method in class net.minestom.server.entity.Player
- setLeggings(ItemStack) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Changes the leggings.
- setLeggings(ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- setLength(int) - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- setLevel(int) - Method in class net.minestom.server.entity.Player
-
Used to change the level of the player This cannot change the displayed percentage bar see
Player.setExp(float) - setLevel(VillagerMeta.Level) - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- setLevel(IntRange) - Method in class net.minestom.server.utils.entity.EntityFinder
- setLevelRequirement(EnchantmentTableInventory.EnchantmentSlot, short) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Sets the level requirement of a slot.
- setLimit(int) - Method in class net.minestom.server.utils.entity.EntityFinder
- setListener(Class<T>, PacketListenerConsumer<T>) - Method in class net.minestom.server.listener.manager.PacketListenerManager
-
Sets the listener of a packet.
- setLoadOnStartup(boolean) - Method in class net.minestom.server.extensions.ExtensionManager
-
Used to specify if you want extensions to be loaded and initialized during startup.
- setLocale(Locale) - Method in interface net.minestom.server.adventure.Localizable
-
Sets the locale.
- setLocale(Locale) - Method in class net.minestom.server.entity.Player
-
Sets the player's locale.
- setLoyaltyLevel(int) - Method in class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- setLying(boolean) - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- setMainGene(PandaMeta.Gene) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setMainHandItem(ItemStack) - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
-
Changes the item which will be in the player main hand.
- setMap(String) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the map.
- setMapColor(int, int, byte) - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- setMarker(boolean) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setMarking(HorseMeta.Marking) - Method in class net.minestom.server.entity.metadata.animal.HorseMeta.Variant
- setMask(int, byte) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setMaskBit(int, byte, boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setMaximum(T) - Method in class net.minestom.server.utils.math.Range
-
Changes the maximum value of the range.
- setMaximumFuelBurnTime(short) - Method in class net.minestom.server.inventory.type.FurnaceInventory
- setMaximumProgress(short) - Method in class net.minestom.server.inventory.type.FurnaceInventory
- setMaxPacketSize(int) - Static method in class net.minestom.server.MinecraftServer
-
Changes the maximum packet size (in bytes) that a client can send without getting disconnected.
- setMaxPlayer(int) - Method in class net.minestom.server.ping.ResponseData
-
Sets the response maximum player count.
- setMaxPlayers(int) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the max number of players.
- setMaxPlayers(String) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the max number of players.
- setMergeable(boolean) - Method in class net.minestom.server.entity.ItemEntity
-
When set to true, close
ItemEntitywill try to merge together as a single entity when theirItemEntity.getItemStack()is similar and allowed to stack together. - setMergeDelay(Duration) - Static method in class net.minestom.server.entity.ItemEntity
-
Changes the merge delay.
- setMergeRange(float) - Method in class net.minestom.server.entity.ItemEntity
-
Changes the merge range.
- setMessage(String) - Method in class net.minestom.server.event.player.PlayerChatEvent
-
Used to change the message.
- setMinimum(T) - Method in class net.minestom.server.utils.math.Range
-
Changes the minimum value of the range.
- setMotd(String) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the MoTD.
- setMotive(PaintingMeta.Motive) - Method in class net.minestom.server.entity.metadata.other.PaintingMeta
-
Sets motive of a painting.
- setMouthOpen(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setName(String, EntityFinder.ToggleableType) - Method in class net.minestom.server.utils.entity.EntityFinder
- setName(String) - Method in class net.minestom.server.ping.ResponseData
-
Deprecated.This is named incorrectly, use
ResponseData.setVersion(String)instead - setNameTagVisibility(TeamsPacket.NameTagVisibility) - Method in class net.minestom.server.scoreboard.Team
-
Changes the
TeamsPacket.NameTagVisibilityof the team. - setNewInventory(Inventory) - Method in class net.minestom.server.event.inventory.InventoryCloseEvent
-
Can be used to open a new inventory after closing the previous one.
- setNewPosition(Pos) - Method in class net.minestom.server.event.player.PlayerMoveEvent
-
Changes the target position.
- setNoAi(boolean) - Method in class net.minestom.server.entity.metadata.MobMeta
- setNoClip(boolean) - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- setNoGravity(boolean) - Method in class net.minestom.server.entity.Entity
-
Changes the noGravity metadata field and change the gravity behaviour accordingly.
- setNonce(byte[]) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- setNotifyAboutChanges(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
-
Sets whether any changes to this meta must result in a metadata packet being sent to entity viewers.
- setNotifyAboutChanges(boolean) - Method in class net.minestom.server.entity.Metadata
- setNumPlayers(int) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the number of players.
- setNumPlayers(String) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
-
Sets the number of players.
- setOffHandItem(ItemStack) - Method in class net.minestom.server.event.player.PlayerSwapItemEvent
-
Changes the item which will be in the player off hand.
- setOnBack(boolean) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setOnFire(boolean) - Method in class net.minestom.server.entity.Entity
-
Sets the entity in fire visually.
- setOnFire(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setOnFire(boolean) - Method in class net.minestom.server.entity.metadata.monster.BlazeMeta
- setOnline(int) - Method in class net.minestom.server.ping.ResponseData
-
Sets the response online count.
- setOnlyCorrect(boolean) - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- setOpensDoors(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setOrientation(ItemFrameMeta.Orientation) - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
-
Sets orientation of the item frame.
- setOriginalJar(File) - Method in class net.minestom.server.extensions.DiscoveredExtension
- setOwner(UUID) - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- setOwner(UUID) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setOwnerEntity(Entity) - Method in class net.minestom.server.entity.metadata.other.FishingHookMeta
- setParent(Advancement) - Method in class net.minestom.server.advancements.Advancement
- SetPassengersPacket - Class in net.minestom.server.network.packet.server.play
- SetPassengersPacket() - Constructor for class net.minestom.server.network.packet.server.play.SetPassengersPacket
- setPathFinder(HydrazinePathFinder) - Method in class net.minestom.server.entity.pathfinding.Navigator
- setPathTo(Point) - Method in class net.minestom.server.entity.pathfinding.Navigator
- setPathTo(Point, boolean) - Method in class net.minestom.server.entity.pathfinding.Navigator
-
Retrieves the path to
positionand ask the entity to follow the path. - setPattern(TropicalFishMeta.Pattern) - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- setPatternColor(byte) - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- setPayload(long) - Method in class net.minestom.server.event.server.ClientPingServerEvent
-
Sets the payload to respond with.
- setPermissionLevel(int) - Method in class net.minestom.server.entity.Player
-
Changes the player permission level.
- setPhase(EnderDragonMeta.Phase) - Method in class net.minestom.server.entity.metadata.other.EnderDragonMeta
- setPickable(boolean) - Method in class net.minestom.server.entity.ItemEntity
-
Makes the item pickable.
- setPickupDelay(long, TemporalUnit) - Method in class net.minestom.server.entity.ItemEntity
-
Sets the pickup delay of the ItemEntity.
- setPickupDelay(Duration) - Method in class net.minestom.server.entity.ItemEntity
-
Sets the pickup delay of the ItemEntity.
- setPiercingLevel(byte) - Method in class net.minestom.server.entity.metadata.arrow.AbstractArrowMeta
- setPlayer(Player) - Method in class net.minestom.server.network.player.FakePlayerConnection
- setPlayer(Player) - Method in class net.minestom.server.network.player.PlayerConnection
-
Changes the player linked to this connection.
- setPlayerCreated(boolean) - Method in class net.minestom.server.entity.metadata.golem.IronGolemMeta
- setPlayerProvider(PlayerProvider) - Method in class net.minestom.server.network.ConnectionManager
-
Changes the
Playerprovider, to change which object to link to him. - setPlayers(List<String>) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
-
Sets the list of players.
- setPlayersHidden(boolean) - Method in class net.minestom.server.ping.ResponseData
-
Sets whether the players are hidden or not.
- setPlayerUuid(UUID) - Method in class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
-
Changes the player uuid.
- setPlayingDead(boolean) - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- setPose(Entity.Pose) - Method in class net.minestom.server.entity.Entity
-
Changes the entity pose.
- setPose(Entity.Pose) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setPosition(Pos) - Method in class net.minestom.server.entity.hologram.Hologram
-
Changes the position of the hologram.
- setPotionEffectAmbient(boolean) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setPotionEffectColor(int) - Method in class net.minestom.server.entity.metadata.LivingEntityMeta
- setPouncing(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setPower(double) - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Sets shot power.
- setPowerLevel(short) - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Changes the beacon power level.
- setPrefix(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the prefix of the team.
- setPreviousNodes(DeclareCommandsPacket.Node[]) - Method in class net.minestom.server.command.builder.NodeMaker.Options
- setPriority(int) - Method in interface net.minestom.server.event.EventNode
- setPriority(int) - Method in class net.minestom.server.event.GlobalEventHandler
- setProfession(VillagerMeta.Profession) - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- setProgressArrow(short) - Method in class net.minestom.server.inventory.type.FurnaceInventory
- setProjectileGenerator(Function<Entity, EntityProjectile>) - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- setProjectileGenerator(Function<Entity, EntityProjectile>) - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- setProperty(IPropertyKey, Object) - Method in class net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom
- setProtocol(int) - Method in class net.minestom.server.ping.ResponseData
-
Sets the response protocol version.
- setQueryResponse(T) - Method in class net.minestom.server.extras.query.event.QueryEvent
-
Sets the query response that will be sent back to the sender.
- setRadius(float) - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- setRateLimit(int) - Static method in class net.minestom.server.MinecraftServer
-
Changes the number of packet a client can send over 1 second without being disconnected.
- setReadOnly(boolean) - Method in class net.minestom.server.instance.Chunk
-
Changes the read state of the chunk.
- setRearing(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setRed(int) - Method in class net.minestom.server.color.Color
-
Creates a new Color object with specified component
- setReducedDebugScreenInformation(boolean) - Method in class net.minestom.server.entity.Player
-
Sets or remove the reduced debug screen.
- setRegistered(boolean) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerOption
-
Sets the FakePlayer as registered or not.
- setRegistered(boolean) - Method in class net.minestom.server.instance.Instance
-
Changes the registered field.
- setRegularVillager(boolean) - Method in class net.minestom.server.inventory.type.VillagerInventory
- setRelaxed(boolean) - Method in class net.minestom.server.entity.metadata.animal.tameable.CatMeta
- setRemainingFuelTick(short) - Method in class net.minestom.server.inventory.type.FurnaceInventory
-
Represents the amount of tick until the fire icon come empty.
- setRemoteAddress(SocketAddress) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Changes the internal remote address field.
- setRemovalAnimationDelay(int) - Method in class net.minestom.server.entity.EntityCreature
-
Changes the removal animation delay of the entity.
- setRepairCost(short) - Method in class net.minestom.server.inventory.type.AnvilInventory
-
Sets the anvil repair cost.
- setResourcePack(ResourcePack) - Method in class net.minestom.server.entity.Player
-
Sets the player resource pack.
- setRespawnPoint(Pos) - Method in class net.minestom.server.entity.Player
-
Changes the default spawn point.
- setRespawnPosition(Pos) - Method in class net.minestom.server.event.player.PlayerRespawnEvent
-
Changes the respawn position.
- setResponseData(ResponseData) - Method in class net.minestom.server.event.server.ServerListPingEvent
-
Sets the response data, overwriting the exiting data.
- setResult(ItemStack) - Method in class net.minestom.server.event.entity.EntityItemMergeEvent
-
Changes the item stack which will appear on the ground.
- setResult(ItemStack) - Method in class net.minestom.server.recipe.BlastingRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.CampfireCookingRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.ShapedRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.ShapelessRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.SmeltingRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.SmithingRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.SmokingRecipe
- setResult(ItemStack) - Method in class net.minestom.server.recipe.StonecutterRecipe
- setResultBlock(Block) - Method in class net.minestom.server.event.player.PlayerBlockBreakEvent
-
Changes the result of the event.
- setRetractingSpikes(boolean) - Method in class net.minestom.server.entity.metadata.monster.GuardianMeta
- setReturnData(CommandData) - Method in class net.minestom.server.command.builder.CommandContext
- setRightArmRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setRightHead(Entity) - Method in class net.minestom.server.entity.metadata.monster.WitherMeta
- setRightLegEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setRightLegRotation(Vec) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setRightMainHand(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setRightPaddleTurning(boolean) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setRightShoulderEntityData(NBT) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setRightSleeveEnabled(boolean) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setRolling(boolean) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setRotation(Rotation) - Method in class net.minestom.server.entity.metadata.other.ItemFrameMeta
- setSaddled(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setScore(int) - Method in class net.minestom.server.entity.metadata.PlayerMeta
- setScreaming(boolean) - Method in class net.minestom.server.entity.metadata.animal.GoatMeta
- setScreaming(boolean) - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- setSearchRange(float) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
-
Changes the search range of the entity
- setSecondPotionEffect(PotionEffect) - Method in class net.minestom.server.inventory.type.BeaconInventory
-
Changes the second potion effect.
- setSecondUUID(UUID) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setSeed(short) - Method in class net.minestom.server.inventory.type.EnchantmentTableInventory
-
Sets the enchantment seed.
- setSeeInvisiblePlayers(boolean) - Method in class net.minestom.server.scoreboard.Team
- setSendUpdate(boolean) - Method in class net.minestom.server.instance.batch.BatchOption
- setShaking(boolean) - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- setShakingDirection(int) - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- setShakingMultiplier(float) - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- setShakingPower(int) - Method in class net.minestom.server.entity.metadata.minecart.AbstractMinecartMeta
- setSheared(boolean) - Method in class net.minestom.server.entity.metadata.animal.SheepMeta
- setShieldHeight(byte) - Method in class net.minestom.server.entity.metadata.golem.ShulkerMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.arrow.ArrowMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.item.FireballMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.item.SmallFireballMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.other.DragonFireballMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- setShooter(Entity) - Method in class net.minestom.server.entity.metadata.other.WitherSkullMeta
- setShooter(Entity) - Method in interface net.minestom.server.entity.metadata.ProjectileMeta
- setShortcut(String) - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- setShotAtAngle(boolean) - Method in class net.minestom.server.entity.metadata.other.FireworkRocketMeta
- setShowingBottom(boolean) - Method in class net.minestom.server.entity.metadata.other.EndCrystalMeta
- setShutdownText(Component) - Method in class net.minestom.server.network.ConnectionManager
-
Changes the kick reason in case of a shutdown.
- setSilent(boolean) - Method in class net.minestom.server.entity.Entity
- setSilent(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setSinglePoint(boolean) - Method in class net.minestom.server.entity.metadata.other.AreaEffectCloudMeta
- setSitting(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setSitting(boolean) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setSitting(boolean) - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- setSize(int) - Method in class net.minestom.server.entity.metadata.flying.PhantomMeta
- setSize(int) - Method in class net.minestom.server.entity.metadata.other.SlimeMeta
- setSkin(PlayerSkin) - Method in class net.minestom.server.entity.Player
-
Changes the player skin.
- setSkin(PlayerSkin) - Method in class net.minestom.server.event.player.PlayerSkinInitEvent
-
Sets the spawning skin of the player.
- setSkyLight(byte[]) - Method in class net.minestom.server.instance.Section
- setSleeping(boolean) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setSlot(byte) - Method in class net.minestom.server.event.player.PlayerChangeHeldSlotEvent
-
Changes the final held slot of the player.
- SetSlotPacket - Class in net.minestom.server.network.packet.server.play
- SetSlotPacket() - Constructor for class net.minestom.server.network.packet.server.play.SetSlotPacket
- SetSlotPacket(byte, int, short, ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.SetSlotPacket
- setSmall(boolean) - Method in class net.minestom.server.entity.metadata.other.ArmorStandMeta
- setSneaking(boolean) - Method in class net.minestom.server.entity.Entity
-
Makes the entity sneak.
- setSneaking(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setSneaking(boolean) - Method in class net.minestom.server.entity.Player
- setSneezeTimer(int) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setSneezing(boolean) - Method in class net.minestom.server.entity.metadata.animal.PandaMeta
- setSpawningInstance(Instance) - Method in class net.minestom.server.event.player.PlayerLoginEvent
-
Changes the spawning instance.
- setSpawnPosition(Point) - Method in class net.minestom.server.entity.metadata.other.FallingBlockMeta
- setSpell(SpellcasterIllagerMeta.Spell) - Method in class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta
- setSplashTimer(int) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setSpread(double) - Method in class net.minestom.server.event.entity.EntityShootEvent
-
Sets shot spread.
- setSprinting(boolean) - Method in class net.minestom.server.entity.Entity
-
Makes the entity sprint.
- setSprinting(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setStandingUp(boolean) - Method in class net.minestom.server.entity.metadata.animal.PolarBearMeta
- setStaring(boolean) - Method in class net.minestom.server.entity.metadata.monster.EndermanMeta
- setStart(int) - Method in class net.minestom.server.command.builder.suggestion.Suggestion
- setStartPosition(Point) - Method in class net.minestom.server.utils.entity.EntityFinder
- setState(CreeperMeta.State) - Method in class net.minestom.server.entity.metadata.monster.CreeperMeta
- setState(PufferfishMeta.State) - Method in class net.minestom.server.entity.metadata.water.fish.PufferfishMeta
- setStrength(int) - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- setSuffix(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the suffix of the team.
- setSuggestionCallback(SuggestionCallback) - Method in class net.minestom.server.command.builder.arguments.Argument
-
Sets the suggestion callback (for dynamic tab completion) of this argument.
- setSwimmer(boolean) - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- setSwimming(boolean) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setTab(AdvancementTab) - Method in class net.minestom.server.advancements.Advancement
- setTag(Tag<T>, T) - Method in class net.minestom.server.command.ConsoleSender
- setTag(Tag<T>, T) - Method in class net.minestom.server.command.ServerSender
- setTag(Tag<T>, T) - Method in class net.minestom.server.entity.damage.DamageType
- setTag(Tag<T>, T) - Method in class net.minestom.server.entity.Entity
- setTag(Tag<T>, T) - Method in class net.minestom.server.instance.Chunk
- setTag(Tag<T>, T) - Method in class net.minestom.server.instance.Instance
- setTag(Tag<T>, T) - Method in class net.minestom.server.inventory.AbstractInventory
- setTag(Tag<T>, T) - Method in class net.minestom.server.item.ItemMetaBuilder
- setTag(Tag<T>, T) - Method in interface net.minestom.server.tag.TagWritable
-
Writes the specified type.
- setTamed(boolean) - Method in class net.minestom.server.entity.metadata.animal.AbstractHorseMeta
- setTamed(boolean) - Method in class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- setTarget(Entity) - Method in class net.minestom.server.entity.metadata.monster.GuardianMeta
- setTarget(Entity) - Method in class net.minestom.server.entity.EntityCreature
-
Changes the entity target.
- setTargetSelector(EntityFinder.TargetSelector) - Method in class net.minestom.server.utils.entity.EntityFinder
- setTeam(Team) - Method in class net.minestom.server.entity.LivingEntity
-
Changes the
Teamfor the entity. - setTeam(Team) - Method in class net.minestom.server.entity.Player
- setTeamColor(NamedTextColor) - Method in class net.minestom.server.scoreboard.Team
-
Changes the color of the team.
- setTeamDisplayName(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the display name of the team.
- setTerminalEnabled(boolean) - Static method in class net.minestom.server.MinecraftServer
-
Enabled/disables the built in Minestom terminal.
- setText(Component) - Method in class net.minestom.server.entity.hologram.Hologram
-
Changes the hologram text.
- setTickFrozen(int) - Method in class net.minestom.server.entity.metadata.EntityMeta
- setTime(long) - Method in class net.minestom.server.instance.Instance
-
Changes the current time in the instance, from 0 to 24000.
- setTimeRate(int) - Method in class net.minestom.server.instance.Instance
-
Changes the time rate of the instance
- setTimeSinceLastHit(int) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setTimeToBoost(int) - Method in class net.minestom.server.entity.metadata.animal.PigMeta
- setTimeToBoost(int) - Method in class net.minestom.server.entity.metadata.animal.StriderMeta
- setTimeUpdate(Duration) - Method in class net.minestom.server.instance.Instance
-
Changes the rate at which the client is updated about the time
- SettingsListener - Class in net.minestom.server.listener
- SettingsListener() - Constructor for class net.minestom.server.listener.SettingsListener
- setTitle(String) - Method in class net.minestom.server.scoreboard.Sidebar
-
Deprecated.
- setTitle(Component) - Method in class net.minestom.server.advancements.Advancement
-
Changes the advancement title.
- setTitle(Component) - Method in class net.minestom.server.inventory.Inventory
-
Changes the inventory title.
- setTitle(Component) - Method in class net.minestom.server.scoreboard.Sidebar
-
Changes the
Sidebartitle - SetTitleSubTitlePacket - Class in net.minestom.server.network.packet.server.play
- SetTitleSubTitlePacket() - Constructor for class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- SetTitleSubTitlePacket(Component) - Constructor for class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- SetTitleTextPacket - Class in net.minestom.server.network.packet.server.play
- SetTitleTextPacket() - Constructor for class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- SetTitleTextPacket(Component) - Constructor for class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- SetTitleTimePacket - Class in net.minestom.server.network.packet.server.play
- SetTitleTimePacket() - Constructor for class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- SetTitleTimePacket(int, int, int) - Constructor for class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- setTravelling(boolean) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setTravelPosition(Point) - Method in class net.minestom.server.entity.metadata.animal.TurtleMeta
- setTreasurePosition(Point) - Method in class net.minestom.server.entity.metadata.water.DolphinMeta
- setTrusting(boolean) - Method in class net.minestom.server.entity.metadata.animal.OcelotMeta
- setType(FoxMeta.Type) - Method in class net.minestom.server.entity.metadata.animal.FoxMeta
- setType(RabbitMeta.Type) - Method in class net.minestom.server.entity.metadata.animal.RabbitMeta
- setType(BoatMeta.Type) - Method in class net.minestom.server.entity.metadata.other.BoatMeta
- setType(VillagerMeta.Type) - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- setType(TropicalFishMeta.Type) - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- setType(ScoreboardObjectivePacket.Type) - Method in class net.minestom.server.scoreboard.TabList
-
Changes the scoreboard objective type
- setUnknownCommandCallback(CommandCallback) - Method in class net.minestom.server.command.CommandManager
-
Sets the callback executed once an unknown command is run.
- setUnsafeApply(boolean) - Method in class net.minestom.server.instance.batch.BatchOption
- setUsername(String) - Method in class net.minestom.server.event.player.AsyncPlayerPreLoginEvent
-
Changes the player username.
- setUsernameField(String) - Method in class net.minestom.server.entity.Player
-
Changes the internal player name, used for the
AsyncPlayerPreLoginEventmostly unsafe outside of it. - setUuid(UUID) - Method in class net.minestom.server.entity.Entity
-
Changes the internal entity UUID, mostly unsafe.
- setUuid(UUID) - Method in class net.minestom.server.entity.Player
- setUuid(UUID, EntityFinder.ToggleableType) - Method in class net.minestom.server.utils.entity.EntityFinder
- setUuidProvider(UuidProvider) - Method in class net.minestom.server.network.ConnectionManager
-
Changes how
UUIDare attributed to players. - setVariant(MooshroomMeta.Variant) - Method in class net.minestom.server.entity.metadata.animal.MooshroomMeta
- setVariant(HorseMeta.Variant) - Method in class net.minestom.server.entity.metadata.animal.HorseMeta
- setVariant(LlamaMeta.Variant) - Method in class net.minestom.server.entity.metadata.animal.LlamaMeta
- setVariant(AxolotlMeta.Variant) - Method in class net.minestom.server.entity.metadata.water.AxolotlMeta
- setVariant(TropicalFishMeta.Variant) - Method in class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- setVelocity(Vec) - Method in class net.minestom.server.entity.Entity
-
Changes the entity velocity and calls
EntityVelocityEvent. - setVelocity(Vec) - Method in class net.minestom.server.event.entity.EntityVelocityEvent
-
Changes the applied velocity.
- setVersion(String) - Method in class net.minestom.server.ping.ResponseData
-
Sets the version name for the response.
- setView(float, float) - Method in class net.minestom.server.entity.Entity
-
Changes the view of the entity.
- setVillagerData(VillagerMeta.VillagerData) - Method in class net.minestom.server.entity.metadata.villager.VillagerMeta
- setVillagerData(VillagerMeta.VillagerData) - Method in class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- setVillagerLevel(int) - Method in class net.minestom.server.inventory.type.VillagerInventory
- setWarningBlocks(int) - Method in class net.minestom.server.instance.WorldBorder
- setWarningTime(int) - Method in class net.minestom.server.instance.WorldBorder
- setX(float) - Method in class net.minestom.server.advancements.Advancement
-
Changes this advancement X coordinate.
- setY(float) - Method in class net.minestom.server.advancements.Advancement
-
Changes this advancement Y coordinate.
- SHAPED - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- ShapedRecipe - Class in net.minestom.server.recipe
- ShapedRecipe(String, int, int, String, List<DeclareRecipesPacket.Ingredient>, ItemStack) - Constructor for class net.minestom.server.recipe.ShapedRecipe
- SHAPELESS - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- ShapelessRecipe - Class in net.minestom.server.recipe
- ShapelessRecipe(String, String, List<DeclareRecipesPacket.Ingredient>, ItemStack) - Constructor for class net.minestom.server.recipe.ShapelessRecipe
- sharedAttributes() - Static method in class net.minestom.server.attribute.Attribute
-
Retrieves registered attributes that are shared with the client.
- SharedInstance - Class in net.minestom.server.instance
-
The
SharedInstanceis an instance that shares the same chunks as its linkedInstanceContainer, entities are separated. - SharedInstance(UUID, InstanceContainer) - Constructor for class net.minestom.server.instance.SharedInstance
- SHARPNESS - Static variable in interface net.minestom.server.item.Enchantment
- SHEARS - Static variable in interface net.minestom.server.item.Material
- SHEEP - Static variable in interface net.minestom.server.entity.EntityType
- SHEEP_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SheepMeta - Class in net.minestom.server.entity.metadata.animal
- SheepMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.SheepMeta
- SHEPHERD - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- SHIELD - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- SHIELD - Static variable in interface net.minestom.server.item.Material
- SHIFT_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- shiftClick(Player, int) - Method in class net.minestom.server.inventory.Inventory
- shiftClick(Player, int) - Method in interface net.minestom.server.inventory.InventoryClickHandler
-
Called when a
Playershift click in the inventory - shiftClick(Player, int) - Method in class net.minestom.server.inventory.PlayerInventory
- shiftClick(AbstractInventory, AbstractInventory, int, int, int, Player, int, ItemStack, ItemStack) - Method in class net.minestom.server.inventory.click.InventoryClickProcessor
- shoot(Point, double, double) - Method in class net.minestom.server.entity.EntityProjectile
- Short(String) - Static method in class net.minestom.server.tag.Tag
- ShortArrayData - Class in net.minestom.server.data.type.array
- ShortArrayData() - Constructor for class net.minestom.server.data.type.array.ShortArrayData
- ShortData - Class in net.minestom.server.data.type
- ShortData() - Constructor for class net.minestom.server.data.type.ShortData
- ShortRange - Class in net.minestom.server.utils.math
- ShortRange(Short) - Constructor for class net.minestom.server.utils.math.ShortRange
- ShortRange(Short, Short) - Constructor for class net.minestom.server.utils.math.ShortRange
- shouldCalculateInverse() - Method in class net.minestom.server.instance.batch.BatchOption
-
Gets if the batch will calculate the inverse of the batch when it is applied for an 'undo' behavior.
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.DoNothingGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.FollowTargetGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- shouldEnd() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Whether or not this
GoalSelectorshould end. - shouldGenerate() - Method in class net.minestom.server.instance.Chunk
-
Gets if this chunk will or had been loaded with a
ChunkGenerator. - shouldJump() - Method in class net.minestom.server.entity.vehicle.PlayerVehicleInformation
- shouldLoadOnStartup() - Method in class net.minestom.server.extensions.ExtensionManager
-
Gets if the extensions should be loaded during startup.
- shouldRemove() - Method in class net.minestom.server.entity.Entity
- shouldSendPacket(ServerPacket) - Method in class net.minestom.server.network.player.PlayerConnection
- shouldSendUpdate() - Method in class net.minestom.server.instance.batch.BatchOption
- shouldShow(Player) - Method in class net.minestom.server.recipe.Recipe
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.DoNothingGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.FollowTargetGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- shouldStart() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Whether or not this
GoalSelectorshould start. - shouldUnmount() - Method in class net.minestom.server.entity.vehicle.PlayerVehicleInformation
- shouldUpdateLastNode() - Method in class net.minestom.server.command.builder.NodeMaker.Options
- SHOW_AIR - Static variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- SHOW_BOUNDING_BOX - Static variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
-
Requires the player to be in creative and have a permission level higher than 2.
- showBossBar(BossBar) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- showBossBar(BossBar) - Method in class net.minestom.server.entity.Player
- showIcon() - Method in class net.minestom.server.potion.CustomPotionEffect
- showParticles() - Method in class net.minestom.server.potion.CustomPotionEffect
- showPlayer(PlayerConnection) - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
-
Sends all the related packet to have the player sent to another with related data (create player, spawn position, velocity, metadata, equipments, passengers, team).
- showPlayer(PlayerConnection) - Method in class net.minestom.server.entity.Player
-
Sends all the related packet to have the player sent to another with related data (create player, spawn position, velocity, metadata, equipments, passengers, team).
- showToast(boolean) - Method in class net.minestom.server.advancements.Advancement
-
Makes this argument a toast.
- SHROOMLIGHT - Static variable in interface net.minestom.server.instance.block.Block
- SHROOMLIGHT - Static variable in interface net.minestom.server.item.Material
- SHULKER - Static variable in interface net.minestom.server.entity.EntityType
- SHULKER_BOX - Enum constant in enum class net.minestom.server.inventory.InventoryType
- SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- SHULKER_BULLET - Static variable in interface net.minestom.server.entity.EntityType
- SHULKER_SHELL - Static variable in interface net.minestom.server.item.Material
- SHULKER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ShulkerBulletMeta - Class in net.minestom.server.entity.metadata.other
- ShulkerBulletMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.ShulkerBulletMeta
- ShulkerMeta - Class in net.minestom.server.entity.metadata.golem
- ShulkerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.golem.ShulkerMeta
- shutdown() - Method in class net.minestom.server.extensions.ExtensionManager
-
Shutdowns all the extensions by unloading them.
- shutdown() - Method in class net.minestom.server.network.ConnectionManager
-
Shutdowns the connection manager by kicking all the currently connected players.
- shutdown() - Method in class net.minestom.server.thread.ThreadDispatcher
-
Shutdowns all the
tick threads. - shutdown() - Method in class net.minestom.server.timer.SchedulerManager
-
Shutdowns all normal tasks and call the registered shutdown tasks.
- shutdown() - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- shutdownAll() - Static method in class net.minestom.server.thread.MinestomThreadPool
-
Shutdown all the thread pools
- shutdownNow() - Method in class net.minestom.server.utils.thread.ThreadBindingExecutor
- shutdownTasks - Variable in class net.minestom.server.timer.SchedulerManager
- SIAMESE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- Sidebar - Class in net.minestom.server.scoreboard
-
Represents a sidebar which can contain up to 16
Sidebar.ScoreboardLine. - Sidebar(String) - Constructor for class net.minestom.server.scoreboard.Sidebar
-
Deprecated.
- Sidebar(Component) - Constructor for class net.minestom.server.scoreboard.Sidebar
-
Creates a new sidebar
- Sidebar.ScoreboardLine - Class in net.minestom.server.scoreboard
-
This class is used to create a line for the sidebar.
- sideways - Variable in class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- signalChunkLoad(Chunk) - Method in class net.minestom.server.UpdateManager
-
Signals the
ThreadDispatcherthat a chunk has been loaded. - signalChunkUnload(Chunk) - Method in class net.minestom.server.UpdateManager
-
Signals the
ThreadDispatcherthat a chunk has been unloaded. - signalInstanceCreate(Instance) - Method in class net.minestom.server.UpdateManager
-
Signals the
ThreadDispatcherthat an instance has been created. - signalInstanceDelete(Instance) - Method in class net.minestom.server.UpdateManager
-
Signals the
ThreadDispatcherthat an instance has been deleted. - signature - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- signature() - Method in record class net.minestom.server.entity.PlayerSkin
-
Returns the value of the
signaturerecord component. - signPosition - Variable in class net.minestom.server.network.packet.server.play.OpenSignEditorPacket
-
WARNING: There must be a sign in this location (you can send a BlockChangePacket beforehand)
- SILK_TOUCH - Static variable in interface net.minestom.server.item.Enchantment
- SILVERFISH - Static variable in interface net.minestom.server.entity.EntityType
- SILVERFISH_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SilverfishMeta - Class in net.minestom.server.entity.metadata.monster
- SilverfishMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.SilverfishMeta
- simpleArgumentNode(Argument<?>, boolean, boolean, boolean) - Static method in class net.minestom.server.command.builder.arguments.Argument
-
Builds an argument node.
- SimpleCommand - Class in net.minestom.server.command.builder
- SimpleCommand(String, String...) - Constructor for class net.minestom.server.command.builder.SimpleCommand
- single() - Static method in class net.minestom.server.adventure.audience.Audiences
-
Gets the
AudienceProviderthat provides forwarding audiences. - SINGLE - Static variable in interface net.minestom.server.thread.ThreadProvider
- singleEntity(boolean) - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- singleThread() - Static method in class net.minestom.server.thread.ThreadDispatcher
- size - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- size() - Method in class net.minestom.server.acquirable.AcquirableCollection
- SKELETON - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- SKELETON - Static variable in interface net.minestom.server.entity.EntityType
- SKELETON_HORSE - Static variable in interface net.minestom.server.entity.EntityType
- SKELETON_HORSE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SKELETON_SKULL - Static variable in interface net.minestom.server.instance.block.Block
- SKELETON_SKULL - Static variable in interface net.minestom.server.item.Material
- SKELETON_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SKELETON_WALL_SKULL - Static variable in interface net.minestom.server.instance.block.Block
- SkeletonHorseMeta - Class in net.minestom.server.entity.metadata.animal
- SkeletonHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.SkeletonHorseMeta
- SkeletonMeta - Class in net.minestom.server.entity.metadata.monster.skeleton
- SkeletonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.skeleton.SkeletonMeta
- SKULL_AND_ROSES - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- SKULL_BANNER_PATTERN - Static variable in interface net.minestom.server.item.Material
- skullOwner(UUID) - Method in class net.minestom.server.item.metadata.PlayerHeadMeta.Builder
- skyColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- skyLight - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- skylightEnabled(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- skyLightMask - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- SLEEP_IN_BED - Static variable in interface net.minestom.server.statistic.StatisticType
- SLEEPING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- SLIME - Static variable in interface net.minestom.server.entity.EntityType
- SLIME_BALL - Static variable in interface net.minestom.server.item.Material
- SLIME_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- SLIME_BLOCK - Static variable in interface net.minestom.server.item.Material
- SLIME_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SlimeMeta - Class in net.minestom.server.entity.metadata.other
- SlimeMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.SlimeMeta
- slot - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- slot - Variable in class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- slot - Variable in class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- slot - Variable in class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
- slot - Variable in class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- slot - Variable in class net.minestom.server.network.packet.server.play.SetSlotPacket
- Slot(ItemStack) - Static method in class net.minestom.server.entity.Metadata
- slotCount - Variable in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- slots - Variable in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- slotToUse - Variable in class net.minestom.server.network.packet.client.play.ClientPickItemPacket
- SLOW_FALLING - Static variable in interface net.minestom.server.potion.PotionEffect
- SLOW_FALLING - Static variable in interface net.minestom.server.potion.PotionType
- SLOWNESS - Static variable in interface net.minestom.server.potion.PotionEffect
- SLOWNESS - Static variable in interface net.minestom.server.potion.PotionType
- SMALL - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Type
- SMALL_AMETHYST_BUD - Static variable in interface net.minestom.server.instance.block.Block
- SMALL_AMETHYST_BUD - Static variable in interface net.minestom.server.item.Material
- SMALL_BALL - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- SMALL_DRIPLEAF - Static variable in interface net.minestom.server.instance.block.Block
- SMALL_DRIPLEAF - Static variable in interface net.minestom.server.item.Material
- SMALL_FIREBALL - Static variable in interface net.minestom.server.entity.EntityType
- SMALL_FLAME - Static variable in interface net.minestom.server.particle.Particle
- SmallFireballMeta - Class in net.minestom.server.entity.metadata.item
- SmallFireballMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.SmallFireballMeta
- SMELTING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- SmeltingRecipe - Class in net.minestom.server.recipe
- SmeltingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.SmeltingRecipe
- smeltingRecipeBookFilterActive - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- smeltingRecipeBookOpen - Variable in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- SMITE - Static variable in interface net.minestom.server.item.Enchantment
- SMITHING - Enum constant in enum class net.minestom.server.inventory.InventoryType
- SMITHING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- SMITHING_TABLE - Static variable in interface net.minestom.server.instance.block.Block
- SMITHING_TABLE - Static variable in interface net.minestom.server.item.Material
- SmithingRecipe - Class in net.minestom.server.recipe
- SmithingRecipe(String, DeclareRecipesPacket.Ingredient, DeclareRecipesPacket.Ingredient, ItemStack) - Constructor for class net.minestom.server.recipe.SmithingRecipe
- SMOKE - Static variable in interface net.minestom.server.particle.Particle
- SMOKER - Enum constant in enum class net.minestom.server.inventory.InventoryType
- SMOKER - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
- SMOKER - Static variable in interface net.minestom.server.instance.block.Block
- SMOKER - Static variable in interface net.minestom.server.item.Material
- SMOKING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- SmokingRecipe - Class in net.minestom.server.recipe
- SmokingRecipe(String, String, ItemStack, float, int) - Constructor for class net.minestom.server.recipe.SmokingRecipe
- SMOOTH - Static variable in interface net.minestom.server.coordinate.Vec.Interpolation
- SMOOTH_BASALT - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_BASALT - Static variable in interface net.minestom.server.item.Material
- SMOOTH_QUARTZ - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_QUARTZ - Static variable in interface net.minestom.server.item.Material
- SMOOTH_QUARTZ_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_QUARTZ_SLAB - Static variable in interface net.minestom.server.item.Material
- SMOOTH_QUARTZ_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_QUARTZ_STAIRS - Static variable in interface net.minestom.server.item.Material
- SMOOTH_RED_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_RED_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- SMOOTH_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_RED_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- SMOOTH_RED_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_RED_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- SMOOTH_SANDSTONE - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_SANDSTONE - Static variable in interface net.minestom.server.item.Material
- SMOOTH_SANDSTONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_SANDSTONE_SLAB - Static variable in interface net.minestom.server.item.Material
- SMOOTH_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_SANDSTONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- SMOOTH_STONE - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_STONE - Static variable in interface net.minestom.server.item.Material
- SMOOTH_STONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SMOOTH_STONE_SLAB - Static variable in interface net.minestom.server.item.Material
- SNBT - Static variable in class net.minestom.server.tag.Tag
-
Handles the snbt of the tag holder.
- SNBT_CODEC - Static variable in class net.minestom.server.utils.NBTUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SNEAK_TIME - Static variable in interface net.minestom.server.statistic.StatisticType
- sneaking - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- SNEAKING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- SNEEZE - Static variable in interface net.minestom.server.particle.Particle
- SNOOPER - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- SNOW - Enum constant in enum class net.minestom.server.entity.metadata.animal.FoxMeta.Type
- SNOW - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- SNOW - Enum constant in enum class net.minestom.server.map.MapColors
- SNOW - Enum constant in enum class net.minestom.server.world.biomes.Biome.Precipitation
- SNOW - Static variable in interface net.minestom.server.instance.block.Block
- SNOW - Static variable in interface net.minestom.server.item.Material
- SNOW_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- SNOW_BLOCK - Static variable in interface net.minestom.server.item.Material
- SNOW_GOLEM - Static variable in interface net.minestom.server.entity.EntityType
- SNOWBALL - Static variable in interface net.minestom.server.entity.EntityType
- SNOWBALL - Static variable in interface net.minestom.server.item.Material
- SnowballMeta - Class in net.minestom.server.entity.metadata.item
- SnowballMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.SnowballMeta
- SNOWFLAKE - Static variable in interface net.minestom.server.particle.Particle
- SnowGolemMeta - Class in net.minestom.server.entity.metadata.golem
- SnowGolemMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.golem.SnowGolemMeta
- SOCKET_RECEIVE_BUFFER_SIZE - Static variable in class net.minestom.server.network.socket.Server
- SOCKET_SEND_BUFFER_SIZE - Static variable in class net.minestom.server.network.socket.Server
- SOUL - Static variable in interface net.minestom.server.particle.Particle
- SOUL_CAMPFIRE - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_CAMPFIRE - Static variable in interface net.minestom.server.item.Material
- SOUL_FIRE - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_FIRE_FLAME - Static variable in interface net.minestom.server.particle.Particle
- SOUL_LANTERN - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_LANTERN - Static variable in interface net.minestom.server.item.Material
- SOUL_SAND - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_SAND - Static variable in interface net.minestom.server.item.Material
- SOUL_SOIL - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_SOIL - Static variable in interface net.minestom.server.item.Material
- SOUL_SPEED - Static variable in interface net.minestom.server.item.Enchantment
- SOUL_TORCH - Static variable in interface net.minestom.server.instance.block.Block
- SOUL_TORCH - Static variable in interface net.minestom.server.item.Material
- SOUL_WALL_TORCH - Static variable in interface net.minestom.server.instance.block.Block
- sound - Variable in class net.minestom.server.network.packet.server.play.StopSoundPacket
- SOUND_EFFECT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SoundEffectPacket - Class in net.minestom.server.network.packet.server.play
- SoundEffectPacket() - Constructor for class net.minestom.server.network.packet.server.play.SoundEffectPacket
- SoundEvent - Interface in net.minestom.server.sound
- soundId - Variable in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- soundId - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- soundName - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- SOUNDS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- soundSource - Variable in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- soundSource - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- soundSource - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- source - Variable in class net.minestom.server.network.packet.server.play.StopSoundPacket
- south() - Method in class net.minestom.server.utils.block.BlockUtils
- SOUTH - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- SOUTH - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- SOUTH - Enum constant in enum class net.minestom.server.utils.Direction
- SPACE - Static variable in class net.minestom.server.utils.StringUtils
- SPACE_CHAR - Static variable in class net.minestom.server.utils.StringUtils
- SPACE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.ArgumentWord
- SPACE_ERROR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- spawn() - Method in class net.minestom.server.entity.Entity
-
Called when a new instance is set.
- spawn() - Method in class net.minestom.server.entity.ExperienceOrb
- spawn() - Method in class net.minestom.server.entity.ItemEntity
- SPAWN_ENTITY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SPAWN_EXPERIENCE_ORB - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SPAWN_LIVING_ENTITY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SPAWN_PAINTING - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SPAWN_PLAYER - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SPAWN_POSITION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- SpawnEggMeta - Class in net.minestom.server.item.metadata
- SpawnEggMeta(ItemMetaBuilder, EntityType) - Constructor for class net.minestom.server.item.metadata.SpawnEggMeta
- SpawnEggMeta.Builder - Class in net.minestom.server.item.metadata
- SpawnEntityPacket - Class in net.minestom.server.network.packet.server.play
- SpawnEntityPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- SPAWNER - Static variable in interface net.minestom.server.instance.block.Block
- SPAWNER - Static variable in interface net.minestom.server.item.Material
- SPAWNER_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- SpawnerMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- SpawnerMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.SpawnerMinecartMeta
- SpawnExperienceOrbPacket - Class in net.minestom.server.network.packet.server.play
- SpawnExperienceOrbPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- SpawnLivingEntityPacket - Class in net.minestom.server.network.packet.server.play
- SpawnLivingEntityPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- SpawnPaintingPacket - Class in net.minestom.server.network.packet.server.play
- SpawnPaintingPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- SpawnPlayerPacket - Class in net.minestom.server.network.packet.server.play
- SpawnPlayerPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- SpawnPlayerPacket(int, UUID, Pos) - Constructor for class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- SpawnPositionPacket - Class in net.minestom.server.network.packet.server.play
- SpawnPositionPacket() - Constructor for class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- SpawnPositionPacket(Point, float) - Constructor for class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- SPAWNS_10_SMOKE_PARTICLES - Enum constant in enum class net.minestom.server.effects.Effects
- spawnType() - Method in class net.minestom.server.registry.Registry.EntityEntry
- specialPrice - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- spectate(Entity) - Method in class net.minestom.server.entity.Player
-
Sets the camera at
entityeyes. - SpectateListener - Class in net.minestom.server.listener
- SpectateListener() - Constructor for class net.minestom.server.listener.SpectateListener
- SPECTATOR - Enum constant in enum class net.minestom.server.entity.GameMode
- SPECTRAL_ARROW - Static variable in interface net.minestom.server.entity.EntityType
- SPECTRAL_ARROW - Static variable in interface net.minestom.server.item.Material
- SpectralArrowMeta - Class in net.minestom.server.entity.metadata.arrow
- SpectralArrowMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.SpectralArrowMeta
- speed - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- speed - Variable in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- SPEED - Static variable in interface net.minestom.server.potion.PotionEffect
- speedFactor() - Method in class net.minestom.server.registry.Registry.BlockEntry
- SpellcasterIllagerMeta - Class in net.minestom.server.entity.metadata.monster.raider
- SpellcasterIllagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta
- SpellcasterIllagerMeta.Spell - Enum Class in net.minestom.server.entity.metadata.monster.raider
- SPIDER - Static variable in interface net.minestom.server.entity.EntityType
- SPIDER_EYE - Static variable in interface net.minestom.server.item.Material
- SPIDER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SpiderMeta - Class in net.minestom.server.entity.metadata.monster
- SpiderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.SpiderMeta
- SPIN_ATTACK - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- SPIT - Static variable in interface net.minestom.server.particle.Particle
- SPLASH - Static variable in interface net.minestom.server.particle.Particle
- SPLASH_POTION - Enum constant in enum class net.minestom.server.effects.Effects
- SPLASH_POTION - Static variable in interface net.minestom.server.item.Material
- SPONGE - Static variable in interface net.minestom.server.instance.block.Block
- SPONGE - Static variable in interface net.minestom.server.item.Material
- SPORE_BLOSSOM - Static variable in interface net.minestom.server.instance.block.Block
- SPORE_BLOSSOM - Static variable in interface net.minestom.server.item.Material
- SPORE_BLOSSOM_AIR - Static variable in interface net.minestom.server.particle.Particle
- SPOTTY - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- SPRINT_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- SPRUCE - Enum constant in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
- SPRUCE_BOAT - Static variable in interface net.minestom.server.item.Material
- SPRUCE_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_BUTTON - Static variable in interface net.minestom.server.item.Material
- SPRUCE_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_DOOR - Static variable in interface net.minestom.server.item.Material
- SPRUCE_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_FENCE - Static variable in interface net.minestom.server.item.Material
- SPRUCE_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- SPRUCE_LEAVES - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_LEAVES - Static variable in interface net.minestom.server.item.Material
- SPRUCE_LOG - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_LOG - Static variable in interface net.minestom.server.item.Material
- SPRUCE_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_PLANKS - Static variable in interface net.minestom.server.item.Material
- SPRUCE_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- SPRUCE_SAPLING - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_SAPLING - Static variable in interface net.minestom.server.item.Material
- SPRUCE_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_SIGN - Static variable in interface net.minestom.server.item.Material
- SPRUCE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_SLAB - Static variable in interface net.minestom.server.item.Material
- SPRUCE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_STAIRS - Static variable in interface net.minestom.server.item.Material
- SPRUCE_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- SPRUCE_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- SPRUCE_WOOD - Static variable in interface net.minestom.server.item.Material
- SPYGLASS - Static variable in interface net.minestom.server.item.Material
- square(double) - Static method in class net.minestom.server.utils.MathUtils
- square(float) - Static method in class net.minestom.server.utils.MathUtils
- square(int) - Static method in class net.minestom.server.utils.MathUtils
- SQUID - Static variable in interface net.minestom.server.entity.EntityType
- SQUID_INK - Static variable in interface net.minestom.server.particle.Particle
- SQUID_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- SquidMeta - Class in net.minestom.server.entity.metadata.water
- SquidMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.SquidMeta
- srcInstance - Variable in class net.minestom.server.instance.InstanceContainer
- stackingRule(StackingRule) - Method in class net.minestom.server.item.ItemStackBuilder
- StackingRule - Interface in net.minestom.server.item
-
Represents the stacking rule of an
ItemStack. - STAGE - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- StairsPlacementRule - Class in net.minestom.server.instance.block.rule.vanilla
- StairsPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.vanilla.StairsPlacementRule
- STANDING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- STAR_SHAPED - Enum constant in enum class net.minestom.server.item.firework.FireworkEffectType
- start - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket
- start() - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- start() - Method in class net.minestom.server.entity.ai.goal.DoNothingGoal
- start() - Method in class net.minestom.server.entity.ai.goal.FollowTargetGoal
- start() - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- start() - Method in class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- start() - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- start() - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- start() - Method in class net.minestom.server.entity.ai.GoalSelector
-
Starts this
GoalSelector. - start() - Static method in class net.minestom.server.extras.query.Query
-
Starts the query system, responding to queries on a random port, logging if it could not be started.
- start() - Method in class net.minestom.server.network.socket.Server
- start() - Static method in class net.minestom.server.terminal.MinestomTerminal
- start(int) - Static method in class net.minestom.server.extras.query.Query
-
Starts the query system, responding to queries on a given port, logging if it could not be started.
- start(String, int) - Method in class net.minestom.server.MinecraftServer
-
Starts the server.
- start(String, int, ResponseDataConsumer) - Method in class net.minestom.server.MinecraftServer
-
Deprecated.use
MinecraftServer.start(String, int)and listen to theServerListPingEventevent instead of ResponseDataConsumer - START_DOUBLE_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- START_FLYING_ELYTRA - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- START_JUMP_HORSE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- START_LEFT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- START_RIGHT_DRAGGING - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- START_SHIFT_CLICK - Enum constant in enum class net.minestom.server.inventory.click.ClickType
- START_SNEAKING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- START_SPRINTING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- startCompression() - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Enables compression and add a new codec to the pipeline.
- startDigging(Point, BlockFace) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Starts the digging process of the fake player.
- STARTED_DIGGING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- startPlayState(Player, boolean) - Method in class net.minestom.server.network.ConnectionManager
-
Calls the player initialization callbacks and the event
AsyncPlayerPreLoginEvent. - startPlayState(PlayerConnection, UUID, String, boolean) - Method in class net.minestom.server.network.ConnectionManager
-
Creates a
Playerusing the definedPlayerProviderand executeConnectionManager.startPlayState(Player, boolean). - STATE - Static variable in interface net.minestom.server.instance.block.Block.Comparator
- stateCondition(boolean, String) - Static method in class net.minestom.server.utils.validate.Check
- stateCondition(boolean, String, Object...) - Static method in class net.minestom.server.utils.validate.Check
- stateId - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- stateId - Variable in class net.minestom.server.network.packet.server.play.SetSlotPacket
- stateId - Variable in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- stateId() - Method in interface net.minestom.server.instance.block.Block
- stateId() - Method in class net.minestom.server.registry.Registry.BlockEntry
- staticParse(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentString
-
Deprecated.
- staticParse(String) - Static method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
-
Deprecated.
- staticParse(String) - Static method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
-
Deprecated.
- staticParse(String, boolean, boolean) - Static method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
-
Deprecated.
- Statistic() - Constructor for class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- StatisticCategory - Enum Class in net.minestom.server.statistic
- statisticId - Variable in class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- statistics - Variable in class net.minestom.server.network.packet.server.play.StatisticsPacket
- STATISTICS - Enum constant in enum class net.minestom.server.registry.Registry.Resource
- STATISTICS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- StatisticsPacket - Class in net.minestom.server.network.packet.server.play
- StatisticsPacket() - Constructor for class net.minestom.server.network.packet.server.play.StatisticsPacket
- StatisticsPacket.Statistic - Class in net.minestom.server.network.packet.server.play
- StatisticType - Interface in net.minestom.server.statistic
- status - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- status - Variable in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- status - Variable in class net.minestom.server.network.packet.server.play.EntityStatusPacket
- STATUS - Enum constant in enum class net.minestom.server.network.ConnectionState
- StatusListener - Class in net.minestom.server.listener
- StatusListener() - Constructor for class net.minestom.server.listener.StatusListener
- StatusRequestPacket - Class in net.minestom.server.network.packet.client.status
- StatusRequestPacket() - Constructor for class net.minestom.server.network.packet.client.status.StatusRequestPacket
- stay - Variable in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- steerVehicleListener(ClientSteerVehiclePacket, Player) - Static method in class net.minestom.server.listener.PlayerVehicleListener
- STICK - Static variable in interface net.minestom.server.item.Material
- STICKY_PISTON - Static variable in interface net.minestom.server.instance.block.Block
- STICKY_PISTON - Static variable in interface net.minestom.server.item.Material
- STONE - Enum constant in enum class net.minestom.server.map.MapColors
- STONE - Static variable in interface net.minestom.server.instance.block.Block
- STONE - Static variable in interface net.minestom.server.item.Material
- STONE_AXE - Static variable in interface net.minestom.server.item.Material
- STONE_BRICK_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- STONE_BRICK_SLAB - Static variable in interface net.minestom.server.item.Material
- STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- STONE_BRICK_STAIRS - Static variable in interface net.minestom.server.item.Material
- STONE_BRICK_WALL - Static variable in interface net.minestom.server.instance.block.Block
- STONE_BRICK_WALL - Static variable in interface net.minestom.server.item.Material
- STONE_BRICKS - Static variable in interface net.minestom.server.instance.block.Block
- STONE_BRICKS - Static variable in interface net.minestom.server.item.Material
- STONE_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- STONE_BUTTON - Static variable in interface net.minestom.server.item.Material
- STONE_CUTTER - Enum constant in enum class net.minestom.server.inventory.InventoryType
- STONE_HOE - Static variable in interface net.minestom.server.item.Material
- STONE_PICKAXE - Static variable in interface net.minestom.server.item.Material
- STONE_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- STONE_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- STONE_SHOVEL - Static variable in interface net.minestom.server.item.Material
- STONE_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- STONE_SLAB - Static variable in interface net.minestom.server.item.Material
- STONE_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- STONE_STAIRS - Static variable in interface net.minestom.server.item.Material
- STONE_SWORD - Static variable in interface net.minestom.server.item.Material
- STONECUTTER - Static variable in interface net.minestom.server.instance.block.Block
- STONECUTTER - Static variable in interface net.minestom.server.item.Material
- StonecutterRecipe - Class in net.minestom.server.recipe
- StonecutterRecipe(String, String, DeclareRecipesPacket.Ingredient, ItemStack) - Constructor for class net.minestom.server.recipe.StonecutterRecipe
- STONECUTTING - Enum constant in enum class net.minestom.server.recipe.Recipe.RecipeType
- stop() - Method in class net.minestom.server.extras.query.Query
-
Stops the query system.
- stop() - Method in class net.minestom.server.network.socket.Server
- stop() - Static method in class net.minestom.server.terminal.MinestomTerminal
- stop() - Method in class net.minestom.server.UpdateManager
-
Stops the server loop.
- STOP_JUMP_HORSE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- STOP_SNEAKING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- STOP_SOUND - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- STOP_SPRINTING - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
- stopCleanly() - Static method in class net.minestom.server.MinecraftServer
-
Stops this server properly (saves if needed, kicking players, etc.)
- stopDigging(Point, BlockFace) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Stops the digging process of the fake player.
- stopSound(SoundStop) - Method in interface net.minestom.server.adventure.audience.PacketGroupingAudience
- stopSound(SoundStop) - Method in class net.minestom.server.entity.Player
- StopSoundPacket - Class in net.minestom.server.network.packet.server.play
- StopSoundPacket() - Constructor for class net.minestom.server.network.packet.server.play.StopSoundPacket
- stopSpectating() - Method in class net.minestom.server.entity.Player
-
Resets the camera at the player.
- StorageLocation - Class in net.minestom.server.storage
-
Deprecated.
- StorageLocation(StorageSystem, String, StorageOptions) - Constructor for class net.minestom.server.storage.StorageLocation
-
Deprecated.
- StorageManager - Class in net.minestom.server.storage
-
Deprecated.
- StorageManager() - Constructor for class net.minestom.server.storage.StorageManager
-
Deprecated.
- StorageOptions - Class in net.minestom.server.storage
-
Deprecated.
- StorageOptions() - Constructor for class net.minestom.server.storage.StorageOptions
-
Deprecated.
- StorageSystem - Interface in net.minestom.server.storage
-
Deprecated.
- STRAFING - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- STRAY - Static variable in interface net.minestom.server.entity.EntityType
- STRAY_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- StrayMeta - Class in net.minestom.server.entity.metadata.monster.skeleton
- StrayMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.skeleton.StrayMeta
- STRENGTH - Static variable in interface net.minestom.server.potion.PotionEffect
- STRENGTH - Static variable in interface net.minestom.server.potion.PotionType
- STRIDER - Static variable in interface net.minestom.server.entity.EntityType
- STRIDER_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- STRIDER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- StriderMeta - Class in net.minestom.server.entity.metadata.animal
- StriderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.StriderMeta
- String(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- String(String) - Static method in class net.minestom.server.entity.Metadata
- String(String) - Static method in class net.minestom.server.tag.Tag
- STRING - Static variable in interface net.minestom.server.item.Material
- StringArray(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- StringArrayData - Class in net.minestom.server.data.type.array
- StringArrayData() - Constructor for class net.minestom.server.data.type.array.StringArrayData
- StringArrayValidator - Interface in net.minestom.server.utils.callback.validator
-
Interface used when a string array needs to be validated dynamically.
- StringData - Class in net.minestom.server.data.type
- StringData() - Constructor for class net.minestom.server.data.type.StringData
- StringUtils - Class in net.minestom.server.utils
- StringUtils() - Constructor for class net.minestom.server.utils.StringUtils
- StringValidator - Interface in net.minestom.server.utils.callback.validator
-
Interface used when a string needs to be validated dynamically.
- STRIPPED_ACACIA_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_ACACIA_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_ACACIA_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_ACACIA_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_BIRCH_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_BIRCH_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_BIRCH_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_BIRCH_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_CRIMSON_HYPHAE - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_CRIMSON_HYPHAE - Static variable in interface net.minestom.server.item.Material
- STRIPPED_CRIMSON_STEM - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_CRIMSON_STEM - Static variable in interface net.minestom.server.item.Material
- STRIPPED_DARK_OAK_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_DARK_OAK_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_DARK_OAK_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_DARK_OAK_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_JUNGLE_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_JUNGLE_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_JUNGLE_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_JUNGLE_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_OAK_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_OAK_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_OAK_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_OAK_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_SPRUCE_LOG - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_SPRUCE_LOG - Static variable in interface net.minestom.server.item.Material
- STRIPPED_SPRUCE_WOOD - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_SPRUCE_WOOD - Static variable in interface net.minestom.server.item.Material
- STRIPPED_WARPED_HYPHAE - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_WARPED_HYPHAE - Static variable in interface net.minestom.server.item.Material
- STRIPPED_WARPED_STEM - Static variable in interface net.minestom.server.instance.block.Block
- STRIPPED_WARPED_STEM - Static variable in interface net.minestom.server.item.Material
- STRONG_HARMING - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_HEALING - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_LEAPING - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_POISON - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_REGENERATION - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_SLOWNESS - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_STRENGTH - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_SWIFTNESS - Static variable in interface net.minestom.server.potion.PotionType
- STRONG_TURTLE_MASTER - Static variable in interface net.minestom.server.potion.PotionType
- Structure(String, TagSerializer<T>) - Static method in class net.minestom.server.tag.Tag
-
Create a wrapper around a compound.
- STRUCTURE_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- STRUCTURE_BLOCK - Static variable in interface net.minestom.server.item.Material
- STRUCTURE_VOID - Static variable in interface net.minestom.server.instance.block.Block
- STRUCTURE_VOID - Static variable in interface net.minestom.server.item.Material
- sub(double) - Method in interface net.minestom.server.coordinate.Point
- sub(double) - Method in record class net.minestom.server.coordinate.Pos
- sub(double) - Method in record class net.minestom.server.coordinate.Vec
- sub(double, double, double) - Method in interface net.minestom.server.coordinate.Point
- sub(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
- sub(double, double, double) - Method in record class net.minestom.server.coordinate.Vec
- sub(Point) - Method in interface net.minestom.server.coordinate.Point
- sub(Point) - Method in record class net.minestom.server.coordinate.Pos
- sub(Point) - Method in record class net.minestom.server.coordinate.Vec
- subSequence(int, int) - Method in class net.minestom.server.utils.NamespaceID
- subtitle - Variable in class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- SUCCESS - Enum constant in enum class net.minestom.server.command.builder.CommandResult.Type
-
Command and syntax successfully found.
- SUCCESS - Enum constant in enum class net.minestom.server.event.EventListener.Result
- SUCCESS - Enum constant in enum class net.minestom.server.resourcepack.ResourcePackStatus
- successful - Variable in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- successful - Variable in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- suffix(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the suffix of the
Teamwithout an update packet. - SUGAR - Static variable in interface net.minestom.server.item.Material
- SUGAR_CANE - Static variable in interface net.minestom.server.instance.block.Block
- SUGAR_CANE - Static variable in interface net.minestom.server.item.Material
- Suggestion - Class in net.minestom.server.command.builder.suggestion
- Suggestion(String, int, int) - Constructor for class net.minestom.server.command.builder.suggestion.Suggestion
- SuggestionCallback - Interface in net.minestom.server.command.builder.suggestion
- SuggestionEntry - Class in net.minestom.server.command.builder.suggestion
- SuggestionEntry(String) - Constructor for class net.minestom.server.command.builder.suggestion.SuggestionEntry
- SuggestionEntry(String, Component) - Constructor for class net.minestom.server.command.builder.suggestion.SuggestionEntry
- suggestionsType - Variable in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- SuggestionType - Enum Class in net.minestom.server.command.builder.arguments.minecraft
- SUMMON_VEX - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- SUMMONABLE_ENTITIES - Enum constant in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
- SUNFLOWER - Static variable in interface net.minestom.server.instance.block.Block
- SUNFLOWER - Static variable in interface net.minestom.server.item.Material
- SUNSET - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- SUNSTREAK - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
- supportsParallelLoading() - Method in class net.minestom.server.instance.AnvilLoader
- supportsParallelLoading() - Method in interface net.minestom.server.instance.IChunkLoader
-
Does this
IChunkLoaderallow for multi-threaded loading ofChunk? - supportsParallelSaving() - Method in class net.minestom.server.instance.AnvilLoader
- supportsParallelSaving() - Method in interface net.minestom.server.instance.IChunkLoader
-
Does this
IChunkLoaderallow for multi-threaded saving ofChunk? - suppressLightUpdates - Variable in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- SURVIVAL - Enum constant in enum class net.minestom.server.entity.GameMode
- SUSPICIOUS_STEW - Static variable in interface net.minestom.server.item.Material
- SWAMP - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- SWAMP - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- SWAMP - Enum constant in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
- SWAP - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- SWAP_ITEM_HAND - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- SWEEP_ATTACK - Static variable in interface net.minestom.server.particle.Particle
- SWEEPING - Static variable in interface net.minestom.server.item.Enchantment
- SWEET_BERRIES - Static variable in interface net.minestom.server.item.Material
- SWEET_BERRY_BUSH - Static variable in interface net.minestom.server.instance.block.Block
- SWIFTNESS - Static variable in interface net.minestom.server.potion.PotionType
- SWIM_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- SWIMMING - Enum constant in enum class net.minestom.server.entity.Entity.Pose
- SWING_MAIN_ARM - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- SWING_OFF_HAND - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- swingMainHand() - Method in class net.minestom.server.entity.LivingEntity
-
Sends a
EntityAnimationPacketto swing the main hand (can be used for attack animation). - swingOffHand() - Method in class net.minestom.server.entity.LivingEntity
-
Sends a
EntityAnimationPacketto swing the off hand (can be used for attack animation). - switchEntityType(EntityType) - Method in class net.minestom.server.entity.Entity
-
Changes the entity type of this entity.
- sync(Consumer<T>) - Method in interface net.minestom.server.acquirable.Acquirable
-
Locks the acquirable element, execute
consumersynchronously and unlock the thread. - syncEquipment(EquipmentSlot) - Method in interface net.minestom.server.inventory.EquipmentHandler
-
Sends a specific equipment to viewers.
- synchronize(Point, Runnable) - Method in interface net.minestom.server.instance.EntityTracker
-
Run
runnableand ensure that the tracking state is locked during execution. - synchronizePosition(boolean) - Method in class net.minestom.server.entity.Entity
-
Used to synchronize entity position with viewers by sending an
EntityTeleportPacketto viewers, in case of a player this is overridden in order to send an additionalPlayerPositionAndLookPacketto itself. - synchronizePosition(boolean) - Method in class net.minestom.server.entity.Player
- syntax - Variable in class net.minestom.server.command.builder.ParsedCommand
- syntax - Variable in class net.minestom.server.command.builder.parser.ArgumentQueryResult
- syntax - Variable in class net.minestom.server.command.builder.parser.CommandSuggestionHolder
- syntax - Variable in class net.minestom.server.command.builder.parser.ValidSyntaxHolder
- SYSTEM - Enum constant in enum class net.minestom.server.message.ChatMessageType
-
The client only wants messages from commands, or system messages.
- SYSTEM_MESSAGE - Enum constant in enum class net.minestom.server.message.ChatPosition
-
Feedback from running a command or other system messages.
T
- tab - Variable in class net.minestom.server.advancements.Advancement
- TAB_COMPLETE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- TABBY - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- TabCompleteListener - Class in net.minestom.server.listener
- TabCompleteListener() - Constructor for class net.minestom.server.listener.TabCompleteListener
- TabCompletePacket - Class in net.minestom.server.network.packet.server.play
- TabCompletePacket() - Constructor for class net.minestom.server.network.packet.server.play.TabCompletePacket
- TabCompletePacket.Match - Class in net.minestom.server.network.packet.server.play
- tabIdentifier - Variable in class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- TabList - Class in net.minestom.server.scoreboard
-
Represents the
Playertab list as aScoreboard. - TabList(String, ScoreboardObjectivePacket.Type) - Constructor for class net.minestom.server.scoreboard.TabList
- tag(String, EventFilter<E, ? extends TagReadable>, Tag<?>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type which has a handler who has the given tag.
- tag(String, EventFilter<E, ? extends TagReadable>, Tag<V>, Predicate<V>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type which has a handler who has an applicable tag.
- Tag - Class in net.minestom.server.gamedata.tags
-
Represents a group of items, blocks, fluids, entity types or function.
- Tag<T> - Class in net.minestom.server.tag
-
Represents a key to retrieve or change a value.
- Tag(String, Function<NBTCompound, T>, BiConsumer<NBTCompound, T>) - Constructor for class net.minestom.server.tag.Tag
- Tag(String, Function<NBTCompound, T>, BiConsumer<NBTCompound, T>, Supplier<T>) - Constructor for class net.minestom.server.tag.Tag
- Tag(NamespaceID) - Constructor for class net.minestom.server.gamedata.tags.Tag
-
Creates a new empty tag.
- Tag(NamespaceID, Set<NamespaceID>) - Constructor for class net.minestom.server.gamedata.tags.Tag
-
Creates a new tag with the given values.
- Tag.BasicType - Enum Class in net.minestom.server.gamedata.tags
- TagHandler - Interface in net.minestom.server.tag
-
Represents an element which can read and write
tags. - TagManager - Class in net.minestom.server.gamedata.tags
-
Handles loading and caching of tags.
- TagManager() - Constructor for class net.minestom.server.gamedata.tags.TagManager
- TagReadable - Interface in net.minestom.server.tag
-
Represents an element which can read
tags. - TAGS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- TagSerializer<T> - Interface in net.minestom.server.tag
-
Interface used to create custom
tags. - tagsMap - Variable in class net.minestom.server.network.packet.server.play.TagsPacket
- TagsPacket - Class in net.minestom.server.network.packet.server.play
- TagsPacket() - Constructor for class net.minestom.server.network.packet.server.play.TagsPacket
- TagsPacket(Map<Tag.BasicType, List<Tag>>) - Constructor for class net.minestom.server.network.packet.server.play.TagsPacket
- TagWritable - Interface in net.minestom.server.tag
-
Represents an element which can write
tags. - TAIGA - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- TAIGA - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- TAKE - Static variable in interface net.minestom.server.inventory.TransactionType
-
Takes an item from the inventory.
- TAKE_DAMAGE - Enum constant in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
- takeItemStack(ItemStack, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Takes an
ItemStackfrom the inventory and sends relevant update to the viewer(s). - takeItemStacks(List<ItemStack>, TransactionOption<T>) - Method in class net.minestom.server.inventory.AbstractInventory
-
Takes
ItemStacks from the inventory and sends relevant updates to the viewer(s). - takeKnockback(float, double, double) - Method in class net.minestom.server.entity.Entity
-
Applies knockback to the entity
- takeKnockback(float, double, double) - Method in class net.minestom.server.entity.LivingEntity
-
Applies knockback
- TAKING_OFF_FROM_THE_PORTAL - Enum constant in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
- TALKED_TO_VILLAGER - Static variable in interface net.minestom.server.statistic.StatisticType
- TALL_GRASS - Static variable in interface net.minestom.server.instance.block.Block
- TALL_GRASS - Static variable in interface net.minestom.server.item.Material
- TALL_SEAGRASS - Static variable in interface net.minestom.server.instance.block.Block
- TameableAnimalMeta - Class in net.minestom.server.entity.metadata.animal.tameable
- TameableAnimalMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.tameable.TameableAnimalMeta
- TARGET - Static variable in interface net.minestom.server.instance.block.Block
- TARGET - Static variable in interface net.minestom.server.item.Material
- TARGET_HIT - Static variable in interface net.minestom.server.statistic.StatisticType
- targetId - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- TARGETS - Static variable in interface net.minestom.server.instance.EntityTracker.Target
- TargetSelector - Class in net.minestom.server.entity.ai
-
The target selector is called each time the entity receives an "attack" instruction without having a target.
- TargetSelector(EntityCreature) - Constructor for class net.minestom.server.entity.ai.TargetSelector
- targetUuid - Variable in class net.minestom.server.network.packet.client.play.ClientSpectatePacket
- targetX - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- targetY - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- targetZ - Variable in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- Task - Class in net.minestom.server.timer
-
An Object that represents a task that is scheduled for execution on the application.
- Task(SchedulerManager, Runnable, boolean, long, long, boolean, String) - Constructor for class net.minestom.server.timer.Task
-
Creates a task.
- TASK - Enum constant in enum class net.minestom.server.advancements.FrameType
-
A simple rounded square as the frame.
- TaskBuilder - Class in net.minestom.server.timer
-
A builder which represents a fluent Object to schedule tasks.
- TaskBuilder(SchedulerManager, Runnable) - Constructor for class net.minestom.server.timer.TaskBuilder
-
Creates a task builder.
- TaskBuilder(SchedulerManager, Runnable, boolean) - Constructor for class net.minestom.server.timer.TaskBuilder
-
Creates a task builder.
- tasks - Variable in class net.minestom.server.timer.SchedulerManager
- TaskStatus - Enum Class in net.minestom.server.timer
-
An enumeration that representing all available statuses for a
Task - TATTERED - Enum constant in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
- Team - Class in net.minestom.server.scoreboard
-
This object represents a team on a scoreboard that has a common display theme and other properties.
- Team(String) - Constructor for class net.minestom.server.scoreboard.Team
-
Default constructor to creates a team.
- TeamBuilder - Class in net.minestom.server.scoreboard
-
A builder which represents a fluent Object to built teams.
- TeamBuilder(String, TeamManager) - Constructor for class net.minestom.server.scoreboard.TeamBuilder
-
Creates an team builder.
- teamColor - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The color of the team
- teamColor(NamedTextColor) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the color of the
Teamwithout an update packet. - teamDisplayName - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The display name for the team
- teamDisplayName(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Changes the display name of the
Teamwithout an update packet. - TeamManager - Class in net.minestom.server.scoreboard
-
An object which manages all the
Team's - TeamManager() - Constructor for class net.minestom.server.scoreboard.TeamManager
-
Default constructor
- teamName - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The registry name of the team
- teamPrefix - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The prefix of the team
- TEAMS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- TeamsPacket - Class in net.minestom.server.network.packet.server.play
-
The packet creates or updates teams
- TeamsPacket() - Constructor for class net.minestom.server.network.packet.server.play.TeamsPacket
- TeamsPacket.Action - Enum Class in net.minestom.server.network.packet.server.play
-
An enumeration which representing all actions for the packet
- TeamsPacket.CollisionRule - Enum Class in net.minestom.server.network.packet.server.play
-
An enumeration which representing all rules for the collision
- TeamsPacket.NameTagVisibility - Enum Class in net.minestom.server.network.packet.server.play
-
An enumeration which representing all visibility states for the name tags
- teamSuffix - Variable in class net.minestom.server.network.packet.server.play.TeamsPacket
-
The suffix of the team
- teleport(Pos) - Method in class net.minestom.server.entity.Entity
- teleport(Pos, long[]) - Method in class net.minestom.server.entity.Entity
-
Teleports the entity only if the chunk at
positionis loaded or ifInstance.hasEnabledAutoChunkLoad()returns true. - teleportConfirmListener(ClientTeleportConfirmPacket, Player) - Static method in class net.minestom.server.listener.PlayerPositionListener
- teleportId - Variable in class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
- teleportId - Variable in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- temperature(float) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- temperatureModifier(Biome.TemperatureModifier) - Method in class net.minestom.server.world.biomes.Biome.BiomeBuilder
- terminate() - Method in class net.minestom.server.extensions.Extension
- TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- TERRACOTTA_BLACK - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_BROWN - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_CYAN - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_LIGHT_BLUE - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_LIGHT_GRAY - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_LIGHT_GREEN - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_MAGENTA - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_ORANGE - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_PINK - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_PURPLE - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_RED - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_WHITE - Enum constant in enum class net.minestom.server.map.MapColors
- TERRACOTTA_YELLOW - Enum constant in enum class net.minestom.server.map.MapColors
- test(int, ItemStack) - Method in interface net.minestom.server.inventory.TransactionType.SlotPredicate
- test(T) - Method in interface net.minestom.server.utils.callback.validator.Validator
- text - Variable in class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- textures() - Method in record class net.minestom.server.entity.PlayerSkin
-
Returns the value of the
texturesrecord component. - THE_END - Enum constant in enum class net.minestom.server.world.biomes.Biome.Category
- THICK - Static variable in interface net.minestom.server.potion.PotionType
- THORNS - Static variable in interface net.minestom.server.item.Enchantment
- thread() - Method in class net.minestom.server.thread.ThreadDispatcher.ChunkEntry
- THREAD_COUNT_BLOCK_BATCH - Static variable in class net.minestom.server.MinecraftServer
- THREAD_COUNT_PARALLEL_CHUNK_SAVING - Static variable in class net.minestom.server.MinecraftServer
- THREAD_COUNT_SCHEDULER - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_BENCHMARK - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_BLOCK_BATCH - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_PARALLEL_CHUNK_SAVING - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_SCHEDULER - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_TICK - Static variable in class net.minestom.server.MinecraftServer
- THREAD_NAME_TICK_SCHEDULER - Static variable in class net.minestom.server.MinecraftServer
- ThreadBindingExecutor - Class in net.minestom.server.utils.thread
-
Executor service which will always give the same thread to a given Runnable.
- ThreadBindingExecutor(int, String) - Constructor for class net.minestom.server.utils.thread.ThreadBindingExecutor
-
Creates a non-local thread-binding executor
- ThreadBindingExecutor(int, String, boolean) - Constructor for class net.minestom.server.utils.thread.ThreadBindingExecutor
- ThreadDispatcher - Class in net.minestom.server.thread
-
Used to link chunks into multiple groups.
- ThreadDispatcher.ChunkEntry - Class in net.minestom.server.thread
- ThreadProvider - Interface in net.minestom.server.thread
- ThreadProvider.RefreshType - Enum Class in net.minestom.server.thread
-
Defines how often chunks thread should be refreshed.
- ThreadResult - Class in net.minestom.server.monitoring
- ThreadResult(double, double, double, double) - Constructor for class net.minestom.server.monitoring.ThreadResult
- threshold - Variable in class net.minestom.server.network.packet.server.login.SetCompressionPacket
- THROW - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
- ThrownEggMeta - Class in net.minestom.server.entity.metadata.item
- ThrownEggMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.ThrownEggMeta
- ThrownEnderPearlMeta - Class in net.minestom.server.entity.metadata.item
- ThrownEnderPearlMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.ThrownEnderPearlMeta
- ThrownExperienceBottleMeta - Class in net.minestom.server.entity.metadata.item
- ThrownExperienceBottleMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.ThrownExperienceBottleMeta
- ThrownPotionMeta - Class in net.minestom.server.entity.metadata.item
- ThrownPotionMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.item.ThrownPotionMeta
- ThrownTridentMeta - Class in net.minestom.server.entity.metadata.arrow
- ThrownTridentMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.arrow.ThrownTridentMeta
- THUNDER_LEVEL_CHANGE - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- tick() - Method in class net.minestom.server.entity.pathfinding.Navigator
- tick(long) - Method in class net.minestom.server.entity.ai.EntityAIGroup
- tick(long) - Method in class net.minestom.server.entity.ai.goal.CombinedAttackGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.DoNothingGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.FollowTargetGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.MeleeAttackGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.RandomLookAroundGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.RandomStrollGoal
- tick(long) - Method in class net.minestom.server.entity.ai.goal.RangedAttackGoal
- tick(long) - Method in class net.minestom.server.entity.ai.GoalSelector
-
Called every tick when this
GoalSelectoris running. - tick(long) - Method in class net.minestom.server.entity.Entity
-
Updates the entity, called every tick.
- tick(long) - Method in class net.minestom.server.entity.EntityProjectile
- tick(long) - Method in class net.minestom.server.instance.Chunk
-
Executes a chunk tick.
- tick(long) - Method in class net.minestom.server.instance.DynamicChunk
- tick(long) - Method in class net.minestom.server.instance.Instance
-
Performs a single tick in the instance, including scheduled tasks from
Instance.scheduleNextTick(Consumer). - tick(long) - Method in class net.minestom.server.instance.InstanceContainer
- tick(long) - Method in interface net.minestom.server.Tickable
-
Ticks this element.
- tick(BlockHandler.Tick) - Method in interface net.minestom.server.instance.block.BlockHandler
- Tick - Class in net.minestom.server.utils.time
-
A TemporalUnit that represents one tick.
- Tick(Block, Instance, Point) - Constructor for class net.minestom.server.instance.block.BlockHandler.Tick
- TICK - Static variable in class net.minestom.server.utils.time.TimeUnit
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use either
TimeUnit.SERVER_TICKorTimeUnit.CLIENT_TICK - TICK_MS - Static variable in class net.minestom.server.MinecraftServer
- TICK_PER_SECOND - Static variable in class net.minestom.server.MinecraftServer
- Tickable - Interface in net.minestom.server
-
Represents an element which is ticked at a regular interval.
- tickableMap - Variable in class net.minestom.server.instance.DynamicChunk
- TickMonitor - Class in net.minestom.server.monitoring
- TickMonitor(double, double) - Constructor for class net.minestom.server.monitoring.TickMonitor
- TickThread - Class in net.minestom.server.thread
- TickThread(Phaser, int) - Constructor for class net.minestom.server.thread.TickThread
- TickUtils - Class in net.minestom.server.utils
-
Tick related utilities.
- TickUtils() - Constructor for class net.minestom.server.utils.TickUtils
- Time(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- TIME_SINCE_DEATH - Static variable in interface net.minestom.server.statistic.StatisticType
- TIME_SINCE_REST - Static variable in interface net.minestom.server.statistic.StatisticType
- TIME_UPDATE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- TimedPotion - Class in net.minestom.server.potion
- TimedPotion(Potion, long) - Constructor for class net.minestom.server.potion.TimedPotion
- timeOfDay - Variable in class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- TimeUnit - Class in net.minestom.server.utils.time
- TimeUpdatePacket - Class in net.minestom.server.network.packet.server.play
- TimeUpdatePacket() - Constructor for class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- TimeUpdatePacket(long, long) - Constructor for class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- TINTED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- TINTED_GLASS - Static variable in interface net.minestom.server.item.Material
- TIPPED_ARROW - Static variable in interface net.minestom.server.item.Material
- title - Variable in class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- title - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- title - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- title - Variable in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- title - Variable in class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- title(String) - Method in class net.minestom.server.item.metadata.WritableBookMeta.Builder
- title(String) - Method in class net.minestom.server.item.metadata.WrittenBookMeta.Builder
- TNT - Static variable in interface net.minestom.server.entity.EntityType
- TNT - Static variable in interface net.minestom.server.instance.block.Block
- TNT - Static variable in interface net.minestom.server.item.Material
- TNT_MINECART - Static variable in interface net.minestom.server.entity.EntityType
- TNT_MINECART - Static variable in interface net.minestom.server.item.Material
- TntMinecartMeta - Class in net.minestom.server.entity.metadata.minecart
- TntMinecartMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.minecart.TntMinecartMeta
- toAbsoluteBatch() - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Converts this batch to an absolute batch at the origin (0, 0, 0).
- toAbsoluteBatch(int, int, int) - Method in class net.minestom.server.instance.batch.RelativeBlockBatch
-
Converts this batch to an absolute batch at the given coordinates.
- toArray() - Method in class net.minestom.server.acquirable.AcquirableCollection
- toArray(IntList) - Static method in class net.minestom.server.utils.ArrayUtils
- toArray(T[]) - Method in class net.minestom.server.acquirable.AcquirableCollection
- toByteArray() - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Converts the internal buffer to a byte array.
- toDirection() - Method in enum class net.minestom.server.instance.block.BlockFace
- toDisplayData() - Method in class net.minestom.server.advancements.Advancement
- toIndexedNBT() - Method in class net.minestom.server.world.DimensionType
- toItemNBT() - Method in class net.minestom.server.item.ItemStack
-
Converts this item to an NBT tag containing the id (material), count (amount), and tag (meta)
- toMapColors() - Method in interface net.minestom.server.map.Framebuffer
- toMapColors() - Method in class net.minestom.server.map.framebuffers.DirectFramebuffer
- toMapColors() - Method in class net.minestom.server.map.framebuffers.Graphics2DFramebuffer
- toMapColors() - Method in class net.minestom.server.map.framebuffers.LargeFramebufferDefaultView
- toMapping() - Method in class net.minestom.server.advancements.Advancement
-
Converts this advancement to an
AdvancementsPacket.AdvancementMapping. - toNbt() - Method in class net.minestom.server.world.biomes.Biome
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeEffects.AdditionsSound
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeEffects.MoodSound
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeEffects.Music
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeEffects
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeParticles.BlockParticle
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeParticles.DustParticle
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeParticles.ItemParticle
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeParticles.NormalParticle
- toNbt() - Method in interface net.minestom.server.world.biomes.BiomeParticles.ParticleOptions
- toNbt() - Method in class net.minestom.server.world.biomes.BiomeParticles
- toNBT() - Method in class net.minestom.server.item.ItemMeta
- toNBT() - Method in class net.minestom.server.world.biomes.BiomeManager
- toNBT() - Method in class net.minestom.server.world.DimensionType
- toNBT() - Method in class net.minestom.server.world.DimensionTypeManager
-
Creates the
NBTCompoundcontaining all the registered dimensions. - TOO_HIGH_ERROR - Static variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- TOO_LOW_ERROR - Static variable in class net.minestom.server.command.builder.arguments.number.ArgumentNumber
- TOOLSMITH - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- tooltip - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket.Match
- TOP - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- TOP - Enum constant in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
- toPosition() - Method in class net.minestom.server.instance.Chunk
-
Gets the world position of this chunk.
- toProgressMapping() - Method in class net.minestom.server.advancements.Advancement
- TORCH - Static variable in interface net.minestom.server.instance.block.Block
- TORCH - Static variable in interface net.minestom.server.item.Material
- toRGB() - Method in class net.minestom.server.map.MapColors.PreciseMapColor
- toRGB(MapColors, MapColors.Multiplier) - Static method in class net.minestom.server.map.MapColors.PreciseMapColor
- toSNBT() - Method in class net.minestom.server.item.ItemMeta
- toString() - Method in class net.minestom.server.collision.BoundingBox
- toString() - Method in record class net.minestom.server.collision.CollisionUtils.PhysicsResult
-
Returns a string representation of this record class.
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentBoolean
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentCommand
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentEnum
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentLiteral
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentString
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentStringArray
- toString() - Method in class net.minestom.server.command.builder.arguments.ArgumentWord
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentBlockState
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentComponent
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentEntity
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentFloatRange
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentIntRange
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentItemStack
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtTag
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentResourceLocation
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentTime
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.ArgumentUUID
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEnchantment
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentEntityType
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentParticle
- toString() - Method in class net.minestom.server.command.builder.arguments.minecraft.registry.ArgumentPotionEffect
- toString() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentDouble
- toString() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentFloat
- toString() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentInteger
- toString() - Method in class net.minestom.server.command.builder.arguments.number.ArgumentLong
- toString() - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeBlockPosition
- toString() - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec2
- toString() - Method in class net.minestom.server.command.builder.arguments.relative.ArgumentRelativeVec3
- toString() - Method in record class net.minestom.server.coordinate.Pos
-
Returns a string representation of this record class.
- toString() - Method in record class net.minestom.server.coordinate.Vec
-
Returns a string representation of this record class.
- toString() - Method in record class net.minestom.server.entity.PlayerSkin
-
Returns a string representation of this record class.
- toString() - Method in class net.minestom.server.extensions.ExtensionDependencyResolver
- toString() - Method in enum class net.minestom.server.fluid.Fluid
- toString() - Method in class net.minestom.server.instance.Chunk
- toString() - Method in class net.minestom.server.item.ItemMeta
- toString() - Method in class net.minestom.server.item.ItemStack
- toString() - Method in record class net.minestom.server.network.packet.server.FramedPacket
-
Returns a string representation of this record class.
- toString() - Method in class net.minestom.server.network.player.PlayerConnection
- toString() - Method in record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Returns a string representation of this record class.
- toString() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- toString() - Method in class net.minestom.server.utils.NamespaceID
- toString() - Method in class net.minestom.server.world.biomes.BiomeEffects
- toString() - Method in class net.minestom.server.world.DimensionType
- TOTAL_WORLD_TIME - Static variable in interface net.minestom.server.statistic.StatisticType
- totalExperience - Variable in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- TOTEM_OF_UNDYING - Static variable in interface net.minestom.server.item.Material
- TOTEM_OF_UNDYING - Static variable in interface net.minestom.server.particle.Particle
- Touch(Block, Instance, Point, Entity) - Constructor for class net.minestom.server.instance.block.BlockHandler.Touch
- trackingPosition - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- trackingUpdate - Variable in class net.minestom.server.entity.Entity
- trackOutput - Variable in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- Trade() - Constructor for class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- TRADE_LIST - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- TRADED_WITH_VILLAGER - Static variable in interface net.minestom.server.statistic.StatisticType
- tradeDisabled - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- tradeListPacket - Variable in class net.minestom.server.inventory.type.VillagerInventory
- TradeListPacket - Class in net.minestom.server.network.packet.server.play
- TradeListPacket() - Constructor for class net.minestom.server.network.packet.server.play.TradeListPacket
-
Default constructor, required for reflection operations.
- TradeListPacket.Trade - Class in net.minestom.server.network.packet.server.play
- TRADER_LLAMA - Static variable in interface net.minestom.server.entity.EntityType
- TRADER_LLAMA_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- TraderLlamaMeta - Class in net.minestom.server.entity.metadata.other
- TraderLlamaMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.TraderLlamaMeta
- trades - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- tradeUsesNumber - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- transactionId - Variable in class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- transactionId - Variable in class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- transactionId - Variable in class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- transactionId - Variable in class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- transactionId - Variable in class net.minestom.server.network.packet.server.play.TabCompletePacket
- TransactionOption<T> - Interface in net.minestom.server.inventory
- TransactionType - Interface in net.minestom.server.inventory
-
Represents a type of transaction that you can apply to an
AbstractInventory. - TransactionType.SlotPredicate - Interface in net.minestom.server.inventory
- transform(ClassNode) - Method in class net.minestom.server.extras.selfmodification.CodeModifier
-
Must return true iif the class node has been modified
- transform(ClassNode) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinCodeModifier
- translationKey() - Method in class net.minestom.server.registry.Registry.BlockEntry
- translationKey() - Method in class net.minestom.server.registry.Registry.EnchantmentEntry
- translationKey() - Method in class net.minestom.server.registry.Registry.EntityEntry
- translationKey() - Method in class net.minestom.server.registry.Registry.MaterialEntry
- translationKey() - Method in class net.minestom.server.registry.Registry.PotionEffectEntry
- TRAPPED_CHEST - Static variable in interface net.minestom.server.instance.block.Block
- TRAPPED_CHEST - Static variable in interface net.minestom.server.item.Material
- TRIDENT - Enum constant in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
- TRIDENT - Static variable in interface net.minestom.server.entity.EntityType
- TRIDENT - Static variable in interface net.minestom.server.item.Material
- TRIGGER_TRAPPED_CHEST - Static variable in interface net.minestom.server.statistic.StatisticType
- triggerChange(Consumer<IExtensionObserver>) - Method in class net.minestom.server.extensions.Extension
-
Calls some action on all valid observers of this extension
- triggerStatus(byte) - Method in class net.minestom.server.entity.Entity
-
Entity statuses can be found here.
- trim() - Method in class net.minestom.server.utils.ObjectArray
- TRIPWIRE - Static variable in interface net.minestom.server.instance.block.Block
- TRIPWIRE_HOOK - Static variable in interface net.minestom.server.instance.block.Block
- TRIPWIRE_HOOK - Static variable in interface net.minestom.server.item.Material
- TROPICAL_FISH - Static variable in interface net.minestom.server.entity.EntityType
- TROPICAL_FISH - Static variable in interface net.minestom.server.item.Material
- TROPICAL_FISH_BUCKET - Static variable in interface net.minestom.server.item.Material
- TROPICAL_FISH_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- TropicalFishMeta - Class in net.minestom.server.entity.metadata.water.fish
- TropicalFishMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta
- TropicalFishMeta.Pattern - Enum Class in net.minestom.server.entity.metadata.water.fish
- TropicalFishMeta.Type - Enum Class in net.minestom.server.entity.metadata.water.fish
- TropicalFishMeta.Variant - Class in net.minestom.server.entity.metadata.water.fish
- trustEdges - Variable in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- TUBE_CORAL - Static variable in interface net.minestom.server.instance.block.Block
- TUBE_CORAL - Static variable in interface net.minestom.server.item.Material
- TUBE_CORAL_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- TUBE_CORAL_BLOCK - Static variable in interface net.minestom.server.item.Material
- TUBE_CORAL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- TUBE_CORAL_FAN - Static variable in interface net.minestom.server.item.Material
- TUBE_CORAL_WALL_FAN - Static variable in interface net.minestom.server.instance.block.Block
- TUFF - Static variable in interface net.minestom.server.instance.block.Block
- TUFF - Static variable in interface net.minestom.server.item.Material
- TUNE_NOTEBLOCK - Static variable in interface net.minestom.server.statistic.StatisticType
- TURTLE - Static variable in interface net.minestom.server.entity.EntityType
- TURTLE_EGG - Static variable in interface net.minestom.server.instance.block.Block
- TURTLE_EGG - Static variable in interface net.minestom.server.item.Material
- TURTLE_HELMET - Static variable in interface net.minestom.server.item.Material
- TURTLE_MASTER - Static variable in interface net.minestom.server.potion.PotionType
- TURTLE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- TurtleMeta - Class in net.minestom.server.entity.metadata.animal
- TurtleMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.TurtleMeta
- TWISTING_VINES - Static variable in interface net.minestom.server.instance.block.Block
- TWISTING_VINES - Static variable in interface net.minestom.server.item.Material
- TWISTING_VINES_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- type - Variable in class net.minestom.server.command.builder.CommandResult
- type - Variable in class net.minestom.server.entity.Metadata.Value
- type - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- type - Variable in class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- type - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- type - Variable in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
-
The type how the score is displayed
- type - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- type() - Method in interface net.minestom.server.instance.EntityTracker.Target
- type(String, EventFilter<E, V>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type.
- type(String, EventFilter<E, V>, BiPredicate<E, V>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type which passes the provided condition.
- TYPE - Enum constant in enum class net.minestom.server.instance.block.BlockGetter.Condition
-
Hints that we only care about the block type.
- TYPE_BOOLEAN - Static variable in class net.minestom.server.entity.Metadata
- TYPE_BYTE - Static variable in class net.minestom.server.entity.Metadata
- TYPE_CHAT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_DIRECTION - Static variable in class net.minestom.server.entity.Metadata
- TYPE_FLOAT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_NBT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_OPTBLOCKID - Static variable in class net.minestom.server.entity.Metadata
- TYPE_OPTCHAT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_OPTPOSITION - Static variable in class net.minestom.server.entity.Metadata
- TYPE_OPTUUID - Static variable in class net.minestom.server.entity.Metadata
- TYPE_OPTVARINT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_PARTICLE - Static variable in class net.minestom.server.entity.Metadata
- TYPE_POSE - Static variable in class net.minestom.server.entity.Metadata
- TYPE_POSITION - Static variable in class net.minestom.server.entity.Metadata
- TYPE_ROTATION - Static variable in class net.minestom.server.entity.Metadata
- TYPE_SLOT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_STRING - Static variable in class net.minestom.server.entity.Metadata
- TYPE_VARINT - Static variable in class net.minestom.server.entity.Metadata
- TYPE_VILLAGERDATA - Static variable in class net.minestom.server.entity.Metadata
U
- UI_BUTTON_CLICK - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_CARTOGRAPHY_TABLE_TAKE_RESULT - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_LOOM_SELECT_PATTERN - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_LOOM_TAKE_RESULT - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_STONECUTTER_SELECT_RECIPE - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_STONECUTTER_TAKE_RESULT - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_TOAST_CHALLENGE_COMPLETE - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_TOAST_IN - Static variable in interface net.minestom.server.sound.SoundEvent
- UI_TOAST_OUT - Static variable in interface net.minestom.server.sound.SoundEvent
- ultrawarm(boolean) - Method in class net.minestom.server.world.DimensionType.DimensionTypeBuilder
- unbreakable - Variable in class net.minestom.server.item.ItemMetaBuilder
- unbreakable(boolean) - Method in class net.minestom.server.item.ItemMetaBuilder
- UNBREAKING - Static variable in interface net.minestom.server.item.Enchantment
- UNDEFINED_COLOR - Static variable in class net.minestom.server.command.builder.arguments.minecraft.ArgumentColor
- UNDERWATER - Static variable in interface net.minestom.server.particle.Particle
- UNEMPLOYED - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- unescapeJavaString(String) - Static method in class net.minestom.server.utils.StringUtils
- UNIQUE_ID_PATTERN - Static variable in class net.minestom.server.utils.UniqueIdUtils
- uniqueId - Variable in class net.minestom.server.instance.Instance
- UniqueIdUtils - Class in net.minestom.server.utils
-
An utilities class for
UUID. - UniqueIdUtils() - Constructor for class net.minestom.server.utils.UniqueIdUtils
- UNKNOWN - Enum constant in enum class net.minestom.server.command.builder.CommandResult.Type
-
Command is not registered, it is also the default result type.
- UNKNOWN - Enum constant in enum class net.minestom.server.network.ConnectionState
- unload() - Method in class net.minestom.server.extensions.Extension
-
Called after postTerminate when reloading an extension
- unload() - Method in class net.minestom.server.instance.Chunk
-
Sets the chunk as "unloaded".
- UNLOAD_CHUNK - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- unloadAllExtensions() - Method in class net.minestom.server.extensions.ExtensionManager
-
Unloads all extensions
- unloadChunk(int, int) - Method in class net.minestom.server.instance.Instance
-
Unloads the chunk at the given position.
- unloadChunk(Chunk) - Method in class net.minestom.server.instance.Instance
-
Schedules the removal of a
Chunk, this method does not promise when it will be done. - unloadChunk(Chunk) - Method in class net.minestom.server.instance.InstanceContainer
- unloadChunk(Chunk) - Method in class net.minestom.server.instance.SharedInstance
- UnloadChunkPacket - Class in net.minestom.server.network.packet.server.play
- UnloadChunkPacket() - Constructor for class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- UnloadChunkPacket(int, int) - Constructor for class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- unloadExtension(String) - Method in class net.minestom.server.extensions.ExtensionManager
- unlock() - Method in class net.minestom.server.acquirable.Acquired
- UNLOCK_RECIPES - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- UnlockRecipesPacket - Class in net.minestom.server.network.packet.server.play
- UnlockRecipesPacket() - Constructor for class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
-
Default constructor, required for reflection operations.
- UNLUCK - Static variable in interface net.minestom.server.potion.PotionEffect
- unmap(Object) - Method in interface net.minestom.server.event.EventNode
- unmap(Object) - Method in class net.minestom.server.event.GlobalEventHandler
- unmodifiableCollection() - Method in class net.minestom.server.world.biomes.BiomeManager
-
Returns an immutable copy of the biomes already registered.
- unmodifiableList() - Method in class net.minestom.server.world.DimensionTypeManager
-
Returns an immutable copy of the dimension types already registered.
- UNPUFFED - Enum constant in enum class net.minestom.server.entity.metadata.water.fish.PufferfishMeta.State
- unregister(Command) - Method in class net.minestom.server.command.builder.CommandDispatcher
- unregister(Command) - Method in class net.minestom.server.command.CommandManager
-
Removes a command from the currently registered commands.
- unregister(Entity, Point, EntityTracker.Target<T>, EntityTracker.Update<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Unregister an entity tracking.
- unregister(EventBinding<? extends T>) - Method in interface net.minestom.server.event.EventNode
- unregister(EventBinding<? extends Event>) - Method in class net.minestom.server.event.GlobalEventHandler
- unregister(T) - Method in class net.minestom.server.utils.ViewEngine.Option
- unregisterInstance(Instance) - Method in class net.minestom.server.instance.InstanceManager
-
Unregisters the
Instanceinternally. - UNSAFE_changeDidCloseInventory(boolean) - Method in class net.minestom.server.entity.Player
-
Used internally to reset the didCloseInventory field.
- UNSAFE_init(Instance) - Method in class net.minestom.server.entity.Player
-
Used when the player is created.
- UNSAFE_itemInsert(int, ItemStack) - Method in class net.minestom.server.inventory.AbstractInventory
- UNSAFE_itemInsert(int, ItemStack) - Method in class net.minestom.server.inventory.Inventory
- UNSAFE_itemInsert(int, ItemStack) - Method in class net.minestom.server.inventory.PlayerInventory
- UNSAFE_setBungeeSkin(PlayerSkin) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- UNSAFE_setBungeeUuid(UUID) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- UNSAFE_setLoginUsername(String) - Method in class net.minestom.server.network.player.PlayerSocketConnection
-
Sets the internal login username field.
- unsafeApply(Instance, Chunk, ChunkCallback) - Method in class net.minestom.server.instance.batch.ChunkBatch
-
Apply this batch to the given chunk, and execute the callback immediately when the blocks have been applied, in an unknown thread.
- unsafeApply(Instance, Runnable) - Method in class net.minestom.server.instance.batch.AbsoluteBlockBatch
-
Applies this batch to the given instance, and execute the callback immediately when the blocks have been applied, in an unknown thread.
- unwrap() - Method in interface net.minestom.server.acquirable.Acquirable
-
Unwrap the contained object unsafely.
- unwrap() - Method in class net.minestom.server.acquirable.AcquirableCollection
- UP - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- UP - Enum constant in enum class net.minestom.server.utils.Direction
- update() - Method in class net.minestom.server.advancements.Advancement
-
Sends update to all tab viewers if one of the advancement value changes.
- update() - Method in class net.minestom.server.instance.WorldBorder
-
Used to update in real-time the current diameter time.
- update() - Method in class net.minestom.server.inventory.AbstractInventory
- update() - Method in class net.minestom.server.inventory.Inventory
-
Refreshes the inventory for all viewers.
- update() - Method in class net.minestom.server.inventory.PlayerInventory
-
Refreshes the player inventory by sending a
WindowItemsPacketcontaining all. - update() - Method in class net.minestom.server.inventory.type.VillagerInventory
- update() - Method in class net.minestom.server.network.player.PlayerConnection
-
Updates values related to the network connection.
- update(long) - Method in class net.minestom.server.entity.Entity
-
Called each tick.
- update(long) - Method in class net.minestom.server.entity.EntityCreature
- update(long) - Method in class net.minestom.server.entity.ExperienceOrb
- update(long) - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
- update(long) - Method in class net.minestom.server.entity.ItemEntity
- update(long) - Method in class net.minestom.server.entity.LivingEntity
- update(long) - Method in class net.minestom.server.entity.Player
- update(Player) - Method in class net.minestom.server.inventory.Inventory
-
Refreshes the inventory for a specific viewer.
- UPDATE_DATA - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
- UPDATE_DISPLAY_NAME - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- UPDATE_FLAGS - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- UPDATE_GAMEMODE - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- UPDATE_HEALTH - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- UPDATE_HEALTH - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- UPDATE_ITEM_STATE - Enum constant in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
- UPDATE_LATENCY - Enum constant in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
- UPDATE_LIGHT - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- UPDATE_MANAGER - Static variable in class net.minestom.server.instance.Instance
- UPDATE_SCORE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- UPDATE_STYLE - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- UPDATE_TEAM_INFO - Enum constant in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
An action to update the team information
- UPDATE_TITLE - Enum constant in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
- UPDATE_VIEW_DISTANCE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- UPDATE_VIEW_POSITION - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- updateAllowFriendlyFire() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the friendly flags for allow friendly fire.
- updateAllowFriendlyFire(boolean) - Method in class net.minestom.server.scoreboard.Team
- updateAndAwait(long) - Method in class net.minestom.server.thread.ThreadDispatcher
-
Prepares the update by creating the
TickThreadtasks. - updateAuto(boolean) - Method in class net.minestom.server.utils.ViewEngine.Option
- updateCollisionRule(TeamsPacket.CollisionRule) - Method in class net.minestom.server.scoreboard.Team
-
Changes the collision rule of the team and sends an update packet.
- updateCollisionRule(TeamsPacket.CollisionRule) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the
TeamsPacket.CollisionRuleof theTeam. - updateCriteria() - Method in class net.minestom.server.advancements.Advancement
- UpdateDisplayName(UUID, Component) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateDisplayName
- updateEntity(Entity) - Method in class net.minestom.server.thread.ThreadDispatcher
- updateFriendlyFlags(byte) - Method in class net.minestom.server.scoreboard.Team
-
Changes the friendly flags of the team and sends an update packet.
- updateFriendlyFlags(byte) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the friendly flags of the
Team. - UpdateGamemode(UUID, GameMode) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateGamemode
- UpdateHealthPacket - Class in net.minestom.server.network.packet.server.play
- UpdateHealthPacket() - Constructor for class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- UpdateHealthPacket(float, int, float) - Constructor for class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- updateLastNode(boolean) - Method in class net.minestom.server.command.builder.NodeMaker.Options
- UpdateLatency(UUID, int) - Constructor for class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateLatency
- UpdateLightPacket - Class in net.minestom.server.network.packet.server.play
- UpdateLightPacket() - Constructor for class net.minestom.server.network.packet.server.play.UpdateLightPacket
-
Default constructor, required for reflection operations.
- updateLineContent(String, Component) - Method in class net.minestom.server.scoreboard.Sidebar
-
Updates a
Sidebar.ScoreboardLinecontent through the given identifier. - updateLineScore(String, int) - Method in class net.minestom.server.scoreboard.Sidebar
-
Updates the score of a
Sidebar.ScoreboardLinethrough the given identifier - UpdateManager - Class in net.minestom.server
-
Manager responsible for the server ticks.
- updateNameTagVisibility(TeamsPacket.NameTagVisibility) - Method in class net.minestom.server.scoreboard.Team
-
Changes the
TeamsPacket.NameTagVisibilityof the team and sends an update packet. - updateNameTagVisibility(TeamsPacket.NameTagVisibility) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the
TeamsPacket.NameTagVisibilityof theTeam. - updateNewViewer(Player) - Method in class net.minestom.server.entity.Entity
-
Called when a new viewer must be shown.
- updateNewViewer(Player) - Method in class net.minestom.server.entity.fakeplayer.FakePlayer
- updateNewViewer(Player) - Method in class net.minestom.server.entity.LivingEntity
- updateOldViewer(Player) - Method in class net.minestom.server.entity.Entity
-
Called when a viewer must be destroyed.
- updateOldViewer(Player) - Method in class net.minestom.server.entity.Player
- updatePrefix(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the prefix of the team and sends an update packet.
- updatePrefix(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the prefix of the
Team. - updateRule() - Method in class net.minestom.server.utils.ViewEngine.Option
- updateRule(Predicate<T>) - Method in class net.minestom.server.utils.ViewEngine.Option
- updateScore(Player, int) - Method in interface net.minestom.server.scoreboard.Scoreboard
-
Updates the score of a
Player. - UpdateScorePacket - Class in net.minestom.server.network.packet.server.play
- UpdateScorePacket() - Constructor for class net.minestom.server.network.packet.server.play.UpdateScorePacket
-
Default constructor, required for reflection operations.
- updateSeeInvisiblePlayers() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the friendly flags to sees invisible players of own team.
- updateSeeInvisiblePlayers(boolean) - Method in class net.minestom.server.scoreboard.Team
- updateSuffix(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the suffix of the team and sends an update packet.
- updateSuffix(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the suffix of the
Team. - UpdateTagListEvent - Class in net.minestom.server.event.player
-
Deprecated.
- UpdateTagListEvent(TagsPacket) - Constructor for class net.minestom.server.event.player.UpdateTagListEvent
-
Deprecated.
- updateTeamColor(NamedTextColor) - Method in class net.minestom.server.scoreboard.Team
-
Changes the color of the team and sends an update packet.
- updateTeamColor(NamedTextColor) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the color of the
Team. - updateTeamDisplayName(Component) - Method in class net.minestom.server.scoreboard.Team
-
Changes the display name of the team and sends an update packet.
- updateTeamDisplayName(Component) - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Updates the display name of the
Team. - updateTeamPacket() - Method in class net.minestom.server.scoreboard.TeamBuilder
-
Allows to send an update packet when the team is built.
- updateTracker(Point, EntityTracker) - Method in interface net.minestom.server.instance.EntityTracker.Update
- updateTracker(Point, EntityTracker) - Method in class net.minestom.server.utils.ViewEngine
- updateViewableRule() - Method in class net.minestom.server.entity.Entity
- updateViewableRule(Predicate<Player>) - Method in class net.minestom.server.entity.Entity
- UpdateViewDistancePacket - Class in net.minestom.server.network.packet.server.play
- UpdateViewDistancePacket() - Constructor for class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- UpdateViewDistancePacket(int) - Constructor for class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- updateViewerRule() - Method in class net.minestom.server.entity.Entity
- updateViewerRule(Predicate<Entity>) - Method in class net.minestom.server.entity.Entity
- UpdateViewPositionPacket - Class in net.minestom.server.network.packet.server.play
- UpdateViewPositionPacket() - Constructor for class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- UpdateViewPositionPacket(int, int) - Constructor for class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- updateWaitingPlayers() - Method in class net.minestom.server.network.ConnectionManager
-
Connects waiting players.
- UPPER_CASED - Enum constant in enum class net.minestom.server.command.builder.arguments.ArgumentEnum.Format
- url - Variable in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- URLUtils - Class in net.minestom.server.utils.url
- USE_CAULDRON - Static variable in interface net.minestom.server.statistic.StatisticType
- USED - Enum constant in enum class net.minestom.server.statistic.StatisticCategory
- useEntityListener(ClientInteractEntityPacket, Player) - Static method in class net.minestom.server.listener.UseEntityListener
- UseEntityListener - Class in net.minestom.server.listener
- UseEntityListener() - Constructor for class net.minestom.server.listener.UseEntityListener
- useItem(Player.Hand) - Method in class net.minestom.server.entity.fakeplayer.FakePlayerController
-
Uses the item in the given
hand. - useItemListener(ClientUseItemPacket, Player) - Static method in class net.minestom.server.listener.UseItemListener
- UseItemListener - Class in net.minestom.server.listener
- UseItemListener() - Constructor for class net.minestom.server.listener.UseItemListener
- useRemaining - Variable in class net.minestom.server.command.builder.arguments.Argument
- useRemaining - Variable in class net.minestom.server.command.builder.parser.ArgumentParser.ArgumentResult
- useRemaining() - Method in class net.minestom.server.command.builder.arguments.Argument
-
Gets if the argument always use all the remaining characters.
- username - Variable in class net.minestom.server.network.packet.client.login.LoginStartPacket
- username - Variable in class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- Utils - Class in net.minestom.server.utils
- uuid - Variable in class net.minestom.server.entity.Entity
- uuid - Variable in class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- uuid - Variable in class net.minestom.server.network.packet.server.play.BossBarPacket
- uuid - Variable in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- uuid - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.PlayerInfo
- uuid - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- UUID(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- UuidProvider - Interface in net.minestom.server.network
-
Used when you want to provide your own
UUIDobject for players instead of using the default one. - uuidToIntArray(UUID) - Static method in class net.minestom.server.utils.Utils
- UuidType - Class in net.minestom.server.data.type
- UuidType() - Constructor for class net.minestom.server.data.type.UuidType
V
- validate(Argument<?>, Argument<?>[], int, String[], int) - Static method in class net.minestom.server.command.builder.parser.ArgumentParser
- Validator<T> - Interface in net.minestom.server.utils.callback.validator
-
Interface used when a value needs to be validated dynamically.
- ValidSyntaxHolder - Class in net.minestom.server.command.builder.parser
-
Holds the data of a validated syntax.
- ValidSyntaxHolder() - Constructor for class net.minestom.server.command.builder.parser.ValidSyntaxHolder
- value - Variable in class net.minestom.server.entity.Metadata.Entry
- value - Variable in class net.minestom.server.entity.Metadata.Value
- value - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- value - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.ProgressMapping
- value - Variable in class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- value - Variable in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- value - Variable in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- value - Variable in class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- value - Variable in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- value - Variable in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- value() - Method in class net.minestom.server.utils.NamespaceID
- value(String, EventFilter<E, V>, Predicate<V>) - Static method in interface net.minestom.server.event.EventNode
-
Creates an event node which accepts any event of the given type which passes the provided condition.
- Value(int, T, Consumer<BinaryWriter>, Function<BinaryReader, T>) - Constructor for class net.minestom.server.entity.Metadata.Value
- valueOf(String) - Static method in enum class net.minestom.server.advancements.AdvancementAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.advancements.FrameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.attribute.AttributeOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.color.DyeColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.command.builder.arguments.ArgumentEnum.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.command.builder.CommandResult.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.effects.Effects
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.Entity.Pose
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.EntitySpawnType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.EquipmentSlot
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.GameMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.FoxMeta.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.MooshroomMeta.Variant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.monster.CreeperMeta.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.water.fish.PufferfishMeta.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.Player.FacePoint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.Player.Hand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.entity.Player.MainHand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.event.EventListener.Result
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.extras.query.response.QueryKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.fluid.Fluid
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.instance.block.BlockFace
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.instance.block.BlockGetter.Condition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.inventory.click.ClickType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.inventory.InventoryProperty
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.inventory.InventoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.item.attribute.AttributeSlot
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.item.firework.FireworkEffectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.item.ItemHideFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.map.MapColors.Multiplier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.map.MapColors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.message.ChatMessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.message.ChatPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.ConnectionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientStatusPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mirror
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.FacePlayerPacket.FacePosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.recipe.Recipe.RecipeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.registry.Registry.Resource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.resourcepack.ResourcePackStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.statistic.StatisticCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.timer.TaskStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.entity.EntityFinder.ToggleableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.utils.Rotation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.world.biomes.Biome.Category
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.world.biomes.Biome.Precipitation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.world.biomes.Biome.TemperatureModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.minestom.server.world.Difficulty
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.minestom.server.advancements.AdvancementAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.advancements.FrameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class net.minestom.server.attribute.Attribute
-
Retrieves all registered attributes.
- values() - Static method in enum class net.minestom.server.attribute.AttributeOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.color.DyeColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.command.builder.arguments.ArgumentEnum.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.command.builder.arguments.minecraft.SuggestionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.command.builder.CommandResult.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.effects.Effects
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.Entity.Pose
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.EntitySpawnType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.entity.EntityType
- values() - Static method in enum class net.minestom.server.entity.EquipmentSlot
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.GameMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.FoxMeta.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.MooshroomMeta.Variant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.monster.CreeperMeta.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.other.BoatMeta.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.other.EnderDragonMeta.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.water.fish.PufferfishMeta.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Pattern
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.Player.FacePoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.Player.Hand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.entity.Player.MainHand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.event.EventListener.Result
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.event.player.PlayerItemAnimationEvent.ItemAnimationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.extras.query.response.QueryKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.fluid.Fluid
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.gamedata.tags.Tag.BasicType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.instance.block.Block
- values() - Static method in enum class net.minestom.server.instance.block.BlockFace
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.instance.block.BlockGetter.Condition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.inventory.click.ClickType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.inventory.InventoryProperty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.inventory.InventoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.inventory.type.EnchantmentTableInventory.EnchantmentSlot
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.item.attribute.AttributeSlot
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.item.Enchantment
- values() - Static method in enum class net.minestom.server.item.firework.FireworkEffectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.item.ItemHideFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.item.Material
- values() - Static method in enum class net.minestom.server.item.metadata.WrittenBookMeta.WrittenBookGeneration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.map.MapColors.ColorMappingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.map.MapColors.Multiplier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.map.MapColors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.message.ChatMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.message.ChatPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.ConnectionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientClickWindowPacket.ClickType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientEntityActionPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket.BookType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientStatusPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mirror
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.BossBarPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.NodeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.EntityAnimationPacket.Animation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.FacePlayerPacket.FacePosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.PlayerInfoPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.CollisionRule
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.network.packet.server.play.TeamsPacket.NameTagVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.particle.Particle
- values() - Static method in enum class net.minestom.server.ping.ServerListPingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.potion.PotionEffect
- values() - Static method in interface net.minestom.server.potion.PotionType
- values() - Static method in enum class net.minestom.server.recipe.Recipe.RecipeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class net.minestom.server.registry.Registry.Container
- values() - Static method in enum class net.minestom.server.registry.Registry.Resource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.resourcepack.ResourcePackStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.sound.SoundEvent
- values() - Static method in enum class net.minestom.server.statistic.StatisticCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in interface net.minestom.server.statistic.StatisticType
- values() - Static method in enum class net.minestom.server.thread.ThreadProvider.RefreshType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.timer.TaskStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.entity.EntityFinder.EntitySort
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.entity.EntityFinder.TargetSelector
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.entity.EntityFinder.ToggleableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.location.RelativeVec.CoordinateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.utils.Rotation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.world.biomes.Biome.Category
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.world.biomes.Biome.Precipitation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.world.biomes.Biome.TemperatureModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.world.biomes.BiomeEffects.GrassColorModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.minestom.server.world.Difficulty
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Static variable in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Level
- VALUES - Static variable in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- VALUES - Static variable in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Type
- valueWriter - Variable in class net.minestom.server.entity.Metadata.Value
- VanillaStackingRule - Class in net.minestom.server.item.rule
- VanillaStackingRule() - Constructor for class net.minestom.server.item.rule.VanillaStackingRule
- VANISHING_CURSE - Static variable in interface net.minestom.server.item.Enchantment
- Variant(HorseMeta.Marking, HorseMeta.Color) - Constructor for class net.minestom.server.entity.metadata.animal.HorseMeta.Variant
- Variant(TropicalFishMeta.Type, TropicalFishMeta.Pattern, byte, byte) - Constructor for class net.minestom.server.entity.metadata.water.fish.TropicalFishMeta.Variant
- VarInt(int) - Static method in class net.minestom.server.entity.Metadata
- Vec - Record Class in net.minestom.server.coordinate
-
Represents an immutable 3D vector.
- Vec(double) - Constructor for record class net.minestom.server.coordinate.Vec
-
Creates a vec with all 3 coordinates sharing the same value.
- Vec(double, double) - Constructor for record class net.minestom.server.coordinate.Vec
-
Creates a new vec with the [x;z] coordinates set.
- Vec(double, double, double) - Constructor for record class net.minestom.server.coordinate.Vec
-
Creates an instance of a
Vecrecord class. - Vec.Interpolation - Interface in net.minestom.server.coordinate
- Vec.Operator - Interface in net.minestom.server.coordinate
- vehicle - Variable in class net.minestom.server.entity.Entity
- VEHICLE_MOVE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- vehicleEntityId - Variable in class net.minestom.server.network.packet.server.play.SetPassengersPacket
- vehicleMoveListener(ClientVehicleMovePacket, Player) - Static method in class net.minestom.server.listener.PlayerVehicleListener
- VehicleMovePacket - Class in net.minestom.server.network.packet.server.play
- VehicleMovePacket() - Constructor for class net.minestom.server.network.packet.server.play.VehicleMovePacket
-
Default constructor, required for reflection operations.
- velocity - Variable in class net.minestom.server.entity.Entity
- VelocityProxy - Class in net.minestom.server.extras.velocity
-
Support for Velocity modern forwarding.
- VelocityProxy() - Constructor for class net.minestom.server.extras.velocity.VelocityProxy
- velocityX - Variable in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- velocityX - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- velocityX - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- velocityY - Variable in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- velocityY - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- velocityY - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- velocityZ - Variable in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- velocityZ - Variable in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- velocityZ - Variable in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- verifyIntegrity(DiscoveredExtension) - Static method in class net.minestom.server.extensions.DiscoveredExtension
-
Ensures that all properties of this extension are properly set if they aren't
- VERSION - Enum constant in enum class net.minestom.server.extras.query.response.QueryKey
- VERSION_NAME - Static variable in class net.minestom.server.MinecraftServer
- VEX - Static variable in interface net.minestom.server.entity.EntityType
- VEX_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- VexMeta - Class in net.minestom.server.entity.metadata.monster
- VexMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.VexMeta
- VIBRATION - Static variable in interface net.minestom.server.particle.Particle
- view(ByteBuffer) - Static method in class net.minestom.server.utils.binary.BinaryWriter
- View(TagSerializer<T>) - Static method in class net.minestom.server.tag.Tag
- Viewable - Interface in net.minestom.server
-
Represents something which can be displayed or hidden to players.
- VIEWABLE_PACKET - Static variable in class net.minestom.server.utils.PacketUtils
- viewableOption - Variable in class net.minestom.server.utils.ViewEngine
- viewDistance - Variable in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- viewDistance - Variable in class net.minestom.server.network.packet.server.play.JoinGamePacket
- viewDistance - Variable in class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- viewEngine - Variable in class net.minestom.server.entity.Entity
- ViewEngine - Class in net.minestom.server.utils
-
Defines which players are able to see this element.
- ViewEngine() - Constructor for class net.minestom.server.utils.ViewEngine
- ViewEngine(Entity, Consumer<Player>, Consumer<Player>, Consumer<Entity>, Consumer<Entity>) - Constructor for class net.minestom.server.utils.ViewEngine
- ViewEngine.Option<T extends Entity> - Class in net.minestom.server.utils
- viewerOption - Variable in class net.minestom.server.utils.ViewEngine
- viewers - Variable in class net.minestom.server.entity.Entity
- VILLAGER - Static variable in interface net.minestom.server.entity.EntityType
- VILLAGER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- VillagerData(VillagerMeta.Type, VillagerMeta.Profession, VillagerMeta.Level) - Constructor for class net.minestom.server.entity.metadata.villager.VillagerMeta.VillagerData
- VillagerData(int, int, int) - Static method in class net.minestom.server.entity.Metadata
- VillagerInventory - Class in net.minestom.server.inventory.type
- VillagerInventory(String) - Constructor for class net.minestom.server.inventory.type.VillagerInventory
- VillagerInventory(Component) - Constructor for class net.minestom.server.inventory.type.VillagerInventory
- villagerLevel - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- VillagerMeta - Class in net.minestom.server.entity.metadata.villager
- VillagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.villager.VillagerMeta
- VillagerMeta.Level - Enum Class in net.minestom.server.entity.metadata.villager
- VillagerMeta.Profession - Enum Class in net.minestom.server.entity.metadata.villager
- VillagerMeta.Type - Enum Class in net.minestom.server.entity.metadata.villager
- VillagerMeta.VillagerData - Class in net.minestom.server.entity.metadata.villager
- VINDICATOR - Static variable in interface net.minestom.server.entity.EntityType
- VINDICATOR_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- VindicatorMeta - Class in net.minestom.server.entity.metadata.monster.raider
- VindicatorMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.VindicatorMeta
- VINE - Static variable in interface net.minestom.server.instance.block.Block
- VINE - Static variable in interface net.minestom.server.item.Material
- visibleEntities(int, int, EntityTracker.Target<T>, EntityTracker.Query<T>) - Method in interface net.minestom.server.instance.EntityTracker
-
Gets the entities present in range of the specified chunk.
- visibleEntities(Point, EntityTracker.Target<T>, EntityTracker.Query<T>) - Method in interface net.minestom.server.instance.EntityTracker
- visitComponents(Consumer<Component>) - Method in interface net.minestom.server.adventure.ComponentHolder
-
Visits each component held by this object.
- VOID - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- VOID - Static variable in class net.minestom.server.entity.damage.DamageType
- VOID_AIR - Static variable in interface net.minestom.server.instance.block.Block
- VOID_FUTURE - Static variable in class net.minestom.server.utils.async.AsyncUtils
- volume - Variable in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- volume - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- volume - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
W
- WALK_ON_WATER_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- WALK_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- WALK_UNDER_WATER_ONE_CM - Static variable in interface net.minestom.server.statistic.StatisticType
- WALL_TORCH - Static variable in interface net.minestom.server.instance.block.Block
- WallPlacementRule - Class in net.minestom.server.instance.block.rule.vanilla
- WallPlacementRule(Block) - Constructor for class net.minestom.server.instance.block.rule.vanilla.WallPlacementRule
- WANDERER - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- WANDERING_TRADER - Static variable in interface net.minestom.server.entity.EntityType
- WANDERING_TRADER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- WanderingTraderMeta - Class in net.minestom.server.entity.metadata.villager
- WanderingTraderMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.villager.WanderingTraderMeta
- warningBlocks - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- warningBlocks - Variable in class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- warningTime - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- warningTime - Variable in class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- WARPED_BUTTON - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_BUTTON - Static variable in interface net.minestom.server.item.Material
- WARPED_DOOR - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_DOOR - Static variable in interface net.minestom.server.item.Material
- WARPED_FENCE - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_FENCE - Static variable in interface net.minestom.server.item.Material
- WARPED_FENCE_GATE - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_FENCE_GATE - Static variable in interface net.minestom.server.item.Material
- WARPED_FUNGUS - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_FUNGUS - Static variable in interface net.minestom.server.item.Material
- WARPED_FUNGUS_ON_A_STICK - Static variable in interface net.minestom.server.item.Material
- WARPED_HYPHAE - Enum constant in enum class net.minestom.server.map.MapColors
- WARPED_HYPHAE - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_HYPHAE - Static variable in interface net.minestom.server.item.Material
- WARPED_NYLIUM - Enum constant in enum class net.minestom.server.map.MapColors
- WARPED_NYLIUM - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_NYLIUM - Static variable in interface net.minestom.server.item.Material
- WARPED_PLANKS - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_PLANKS - Static variable in interface net.minestom.server.item.Material
- WARPED_PRESSURE_PLATE - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_PRESSURE_PLATE - Static variable in interface net.minestom.server.item.Material
- WARPED_ROOTS - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_ROOTS - Static variable in interface net.minestom.server.item.Material
- WARPED_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_SIGN - Static variable in interface net.minestom.server.item.Material
- WARPED_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_SLAB - Static variable in interface net.minestom.server.item.Material
- WARPED_SPORE - Static variable in interface net.minestom.server.particle.Particle
- WARPED_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_STAIRS - Static variable in interface net.minestom.server.item.Material
- WARPED_STEM - Enum constant in enum class net.minestom.server.map.MapColors
- WARPED_STEM - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_STEM - Static variable in interface net.minestom.server.item.Material
- WARPED_TRAPDOOR - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_TRAPDOOR - Static variable in interface net.minestom.server.item.Material
- WARPED_WALL_SIGN - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_WART_BLOCK - Enum constant in enum class net.minestom.server.map.MapColors
- WARPED_WART_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- WARPED_WART_BLOCK - Static variable in interface net.minestom.server.item.Material
- WASTELAND - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- WATER - Enum constant in enum class net.minestom.server.fluid.Fluid
- WATER - Enum constant in enum class net.minestom.server.map.MapColors
- WATER - Static variable in interface net.minestom.server.instance.block.Block
- WATER - Static variable in interface net.minestom.server.potion.PotionType
- WATER_BREATHING - Static variable in interface net.minestom.server.potion.PotionEffect
- WATER_BREATHING - Static variable in interface net.minestom.server.potion.PotionType
- WATER_BUCKET - Static variable in interface net.minestom.server.item.Material
- WATER_CAULDRON - Static variable in interface net.minestom.server.instance.block.Block
- WaterAnimalMeta - Class in net.minestom.server.entity.metadata.water
- WaterAnimalMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.water.WaterAnimalMeta
- waterColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- waterFogColor(int) - Method in class net.minestom.server.world.biomes.BiomeEffects.BiomeEffectsBuilder
- WAX_OFF - Static variable in interface net.minestom.server.particle.Particle
- WAX_ON - Static variable in interface net.minestom.server.particle.Particle
- WAXED_COPPER_BLOCK - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_COPPER_BLOCK - Static variable in interface net.minestom.server.item.Material
- WAXED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- WAXED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- WAXED_EXPOSED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_EXPOSED_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_EXPOSED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_EXPOSED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_EXPOSED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_EXPOSED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- WAXED_EXPOSED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_EXPOSED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- WAXED_OXIDIZED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_OXIDIZED_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_OXIDIZED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_OXIDIZED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_OXIDIZED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_OXIDIZED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- WAXED_OXIDIZED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_OXIDIZED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- WAXED_WEATHERED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_WEATHERED_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_WEATHERED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_WEATHERED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- WAXED_WEATHERED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_WEATHERED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- WAXED_WEATHERED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WAXED_WEATHERED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- WEAK - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- WEAKNESS - Static variable in interface net.minestom.server.potion.PotionEffect
- WEAKNESS - Static variable in interface net.minestom.server.potion.PotionType
- WEAPONSMITH - Enum constant in enum class net.minestom.server.entity.metadata.villager.VillagerMeta.Profession
- WEATHER_RAIN - Static variable in interface net.minestom.server.sound.SoundEvent
- WEATHER_RAIN_ABOVE - Static variable in interface net.minestom.server.sound.SoundEvent
- WEATHERED_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WEATHERED_COPPER - Static variable in interface net.minestom.server.item.Material
- WEATHERED_CUT_COPPER - Static variable in interface net.minestom.server.instance.block.Block
- WEATHERED_CUT_COPPER - Static variable in interface net.minestom.server.item.Material
- WEATHERED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.instance.block.Block
- WEATHERED_CUT_COPPER_SLAB - Static variable in interface net.minestom.server.item.Material
- WEATHERED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.instance.block.Block
- WEATHERED_CUT_COPPER_STAIRS - Static variable in interface net.minestom.server.item.Material
- WEEPING_VINES - Static variable in interface net.minestom.server.instance.block.Block
- WEEPING_VINES - Static variable in interface net.minestom.server.item.Material
- WEEPING_VINES_PLANT - Static variable in interface net.minestom.server.instance.block.Block
- WeightedRandom<E extends WeightedRandomItem> - Class in net.minestom.server.utils
-
Produces a random element from a given set, with weights applied.
- WeightedRandom(Collection<E>) - Constructor for class net.minestom.server.utils.WeightedRandom
- WeightedRandomItem - Interface in net.minestom.server.utils
- west() - Method in class net.minestom.server.utils.block.BlockUtils
- WEST - Enum constant in enum class net.minestom.server.entity.metadata.other.ItemFrameMeta.Orientation
- WEST - Enum constant in enum class net.minestom.server.instance.block.BlockFace
- WEST - Enum constant in enum class net.minestom.server.utils.Direction
- WET_SPONGE - Static variable in interface net.minestom.server.instance.block.Block
- WET_SPONGE - Static variable in interface net.minestom.server.item.Material
- WHEAT - Static variable in interface net.minestom.server.instance.block.Block
- WHEAT - Static variable in interface net.minestom.server.item.Material
- WHEAT_SEEDS - Static variable in interface net.minestom.server.item.Material
- WHITE - Enum constant in enum class net.minestom.server.color.DyeColor
- WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Color
- WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.LlamaMeta.Variant
- WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.RabbitMeta.Type
- WHITE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.CatMeta.Color
- WHITE_ASH - Static variable in interface net.minestom.server.particle.Particle
- WHITE_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_BANNER - Static variable in interface net.minestom.server.item.Material
- WHITE_BED - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_BED - Static variable in interface net.minestom.server.item.Material
- WHITE_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_CANDLE - Static variable in interface net.minestom.server.item.Material
- WHITE_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_CARPET - Static variable in interface net.minestom.server.item.Material
- WHITE_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_CONCRETE - Static variable in interface net.minestom.server.item.Material
- WHITE_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- WHITE_DOTS - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- WHITE_DYE - Static variable in interface net.minestom.server.item.Material
- WHITE_FIELD - Enum constant in enum class net.minestom.server.entity.metadata.animal.HorseMeta.Marking
- WHITE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- WHITE_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- WHITE_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- WHITE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- WHITE_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- WHITE_TULIP - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_TULIP - Static variable in interface net.minestom.server.item.Material
- WHITE_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- WHITE_WOOL - Static variable in interface net.minestom.server.item.Material
- width - Variable in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapedCraftingRecipe
- width() - Method in interface net.minestom.server.entity.EntityType
- width() - Method in class net.minestom.server.entity.pathfinding.PFPathingEntity
- width() - Method in class net.minestom.server.map.framebuffers.LargeDirectFramebuffer
- width() - Method in class net.minestom.server.map.framebuffers.LargeGraphics2DFramebuffer
- width() - Method in interface net.minestom.server.map.LargeFramebuffer
- width() - Method in class net.minestom.server.registry.Registry.EntityEntry
- WIDTH - Static variable in interface net.minestom.server.map.Framebuffer
- WILD - Enum constant in enum class net.minestom.server.entity.metadata.water.AxolotlMeta.Variant
- WIN_GAME - Enum constant in enum class net.minestom.server.network.packet.server.play.ChangeGameStatePacket.Reason
- WINDOW_3X3 - Enum constant in enum class net.minestom.server.inventory.InventoryType
- WINDOW_ITEMS - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- WINDOW_PROPERTY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- windowId - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- windowId - Variable in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- windowId - Variable in class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
- windowId - Variable in class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- windowId - Variable in class net.minestom.server.network.packet.server.play.CloseWindowPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- windowId - Variable in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.SetSlotPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.TradeListPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- windowId - Variable in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- WindowItemsPacket - Class in net.minestom.server.network.packet.server.play
- WindowItemsPacket() - Constructor for class net.minestom.server.network.packet.server.play.WindowItemsPacket
- WindowItemsPacket(byte, int, ItemStack[], ItemStack) - Constructor for class net.minestom.server.network.packet.server.play.WindowItemsPacket
- WindowListener - Class in net.minestom.server.listener
- WindowListener() - Constructor for class net.minestom.server.listener.WindowListener
- WindowPropertyPacket - Class in net.minestom.server.network.packet.server.play
- WindowPropertyPacket() - Constructor for class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- WindowPropertyPacket(byte, short, short) - Constructor for class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- windowType - Variable in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- wire(MixinEnvironment.Phase, IConsumer<MixinEnvironment.Phase>) - Method in class net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom
- WITCH - Static variable in interface net.minestom.server.entity.EntityType
- WITCH - Static variable in interface net.minestom.server.particle.Particle
- WITCH_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- WitchMeta - Class in net.minestom.server.entity.metadata.monster.raider
- WitchMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.raider.WitchMeta
- with(Consumer<ItemMetaBuilder>) - Method in class net.minestom.server.item.ItemMeta
- with(Consumer<ItemStackBuilder>) - Method in class net.minestom.server.item.ItemStack
- withAmount(int) - Method in class net.minestom.server.item.ItemStack
- withAmount(IntUnaryOperator) - Method in class net.minestom.server.item.ItemStack
- withCoord(double, double, double) - Method in record class net.minestom.server.coordinate.Pos
-
Changes the 3 coordinates of this position.
- withCoord(Point) - Method in record class net.minestom.server.coordinate.Pos
- withDefaultExecutor(Command, String) - Static method in class net.minestom.server.command.builder.ParsedCommand
- withDirection(Point) - Method in record class net.minestom.server.coordinate.Pos
-
Sets the yaw and pitch to point in the direction of the point.
- withDisplayName(UnaryOperator<Component>) - Method in class net.minestom.server.item.ItemStack
- withDisplayName(Component) - Method in class net.minestom.server.item.ItemStack
- WITHER - Enum constant in enum class net.minestom.server.entity.metadata.other.PaintingMeta.Motive
- WITHER - Static variable in interface net.minestom.server.entity.EntityType
- WITHER - Static variable in interface net.minestom.server.potion.PotionEffect
- WITHER_BREAKS_BLOCK - Enum constant in enum class net.minestom.server.effects.Effects
- WITHER_ROSE - Static variable in interface net.minestom.server.instance.block.Block
- WITHER_ROSE - Static variable in interface net.minestom.server.item.Material
- WITHER_SHOOTS - Enum constant in enum class net.minestom.server.effects.Effects
- WITHER_SKELETON - Static variable in interface net.minestom.server.entity.EntityType
- WITHER_SKELETON_SKULL - Static variable in interface net.minestom.server.instance.block.Block
- WITHER_SKELETON_SKULL - Static variable in interface net.minestom.server.item.Material
- WITHER_SKELETON_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- WITHER_SKELETON_WALL_SKULL - Static variable in interface net.minestom.server.instance.block.Block
- WITHER_SKULL - Static variable in interface net.minestom.server.entity.EntityType
- WITHER_SPAWNED - Enum constant in enum class net.minestom.server.effects.Effects
- WitherMeta - Class in net.minestom.server.entity.metadata.monster
- WitherMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.WitherMeta
- WitherSkeletonMeta - Class in net.minestom.server.entity.metadata.monster.skeleton
- WitherSkeletonMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.skeleton.WitherSkeletonMeta
- WitherSkullMeta - Class in net.minestom.server.entity.metadata.other
- WitherSkullMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.other.WitherSkullMeta
- withHandler(BlockHandler) - Method in interface net.minestom.server.instance.block.Block
-
Creates a new block with the specified
handler. - withLore(UnaryOperator<List<Component>>) - Method in class net.minestom.server.item.ItemStack
- withLore(List<Component>) - Method in class net.minestom.server.item.ItemStack
- withMeta(UnaryOperator<T>) - Method in class net.minestom.server.item.ItemStack
- withMeta(ItemMeta) - Method in class net.minestom.server.item.ItemStack
- withMeta(Class<U>, Consumer<T>) - Method in class net.minestom.server.item.ItemStack
- withNbt(NBTCompound) - Method in interface net.minestom.server.instance.block.Block
-
Creates a new block with different nbt data.
- withPitch(float) - Method in record class net.minestom.server.coordinate.Pos
- withPitch(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Pos
- withProperties(Map<String, String>) - Method in interface net.minestom.server.instance.block.Block
-
Changes multiple properties at once.
- withProperty(String, String) - Method in interface net.minestom.server.instance.block.Block
-
Creates a new block with the the property
propertysets tovalue. - withTag(Tag<T>, T) - Method in interface net.minestom.server.instance.block.Block
-
Creates a new block with a tag modified.
- withTag(Tag<T>, T) - Method in class net.minestom.server.item.ItemStack
- withView(float, float) - Method in record class net.minestom.server.coordinate.Pos
- withX(double) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with the specified X coordinate.
- withX(double) - Method in record class net.minestom.server.coordinate.Pos
- withX(double) - Method in record class net.minestom.server.coordinate.Vec
- withX(DoubleUnaryOperator) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with a modified X coordinate based on its value.
- withX(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Pos
- withX(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Vec
- withY(double) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with the specified Y coordinate.
- withY(double) - Method in record class net.minestom.server.coordinate.Pos
- withY(double) - Method in record class net.minestom.server.coordinate.Vec
- withY(DoubleUnaryOperator) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with a modified Y coordinate based on its value.
- withY(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Pos
- withY(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Vec
- withYaw(float) - Method in record class net.minestom.server.coordinate.Pos
- withYaw(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Pos
- withZ(double) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with the specified Z coordinate.
- withZ(double) - Method in record class net.minestom.server.coordinate.Pos
- withZ(double) - Method in record class net.minestom.server.coordinate.Vec
- withZ(DoubleUnaryOperator) - Method in interface net.minestom.server.coordinate.Point
-
Creates a point with a modified Z coordinate based on its value.
- withZ(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Pos
- withZ(DoubleUnaryOperator) - Method in record class net.minestom.server.coordinate.Vec
- WOLF - Static variable in interface net.minestom.server.entity.EntityType
- WOLF_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- WolfMeta - Class in net.minestom.server.entity.metadata.animal.tameable
- WolfMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.tameable.WolfMeta
- WOLOLO - Enum constant in enum class net.minestom.server.entity.metadata.monster.raider.SpellcasterIllagerMeta.Spell
- WOOD - Enum constant in enum class net.minestom.server.map.MapColors
- WOODEN_AXE - Static variable in interface net.minestom.server.item.Material
- WOODEN_DOOR_CLOSED - Enum constant in enum class net.minestom.server.effects.Effects
- WOODEN_DOOR_OPENED - Enum constant in enum class net.minestom.server.effects.Effects
- WOODEN_HOE - Static variable in interface net.minestom.server.item.Material
- WOODEN_PICKAXE - Static variable in interface net.minestom.server.item.Material
- WOODEN_SHOVEL - Static variable in interface net.minestom.server.item.Material
- WOODEN_SWORD - Static variable in interface net.minestom.server.item.Material
- WOODEN_TRAPDOOR_CLOSED - Enum constant in enum class net.minestom.server.effects.Effects
- WOODEN_TRAPDOOR_OPENED - Enum constant in enum class net.minestom.server.effects.Effects
- WOOL - Enum constant in enum class net.minestom.server.map.MapColors
- Word(String) - Static method in class net.minestom.server.command.builder.arguments.ArgumentType
- Worker - Class in net.minestom.server.network.socket
- Worker(Server, PacketProcessor) - Constructor for class net.minestom.server.network.socket.Worker
- WORKER_COUNT - Static variable in class net.minestom.server.network.socket.Server
- Worker.Context - Class in net.minestom.server.network.socket
-
Contains objects that we can be shared across all the connection of a
worker. - workers() - Method in class net.minestom.server.network.socket.Server
- WORLD_BORDER_CENTER - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- WORLD_BORDER_LERP_SIZE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- WORLD_BORDER_SIZE - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- WORLD_BORDER_WARNING_DELAY - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- WORLD_BORDER_WARNING_REACH - Static variable in class net.minestom.server.network.packet.server.ServerPacketIdentifier
- worldAge - Variable in class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- WorldBorder - Class in net.minestom.server.instance
-
Represents the world border of an
Instance, can be retrieved withInstance.getWorldBorder(). - WorldBorder(Instance) - Constructor for class net.minestom.server.instance.WorldBorder
- WorldBorder.CollisionAxis - Enum Class in net.minestom.server.instance
- WorldBorderCenterPacket - Class in net.minestom.server.network.packet.server.play
- WorldBorderCenterPacket() - Constructor for class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- WorldBorderLerpSizePacket - Class in net.minestom.server.network.packet.server.play
- WorldBorderLerpSizePacket() - Constructor for class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- WorldBorderSizePacket - Class in net.minestom.server.network.packet.server.play
- WorldBorderSizePacket() - Constructor for class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- WorldBorderWarningDelayPacket - Class in net.minestom.server.network.packet.server.play
- WorldBorderWarningDelayPacket() - Constructor for class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- WorldBorderWarningReachPacket - Class in net.minestom.server.network.packet.server.play
- WorldBorderWarningReachPacket() - Constructor for class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- WORRIED - Enum constant in enum class net.minestom.server.entity.metadata.animal.PandaMeta.Gene
- WRITABLE_BOOK - Static variable in interface net.minestom.server.item.Material
- WritableBookMeta - Class in net.minestom.server.item.metadata
- WritableBookMeta(ItemMetaBuilder, String, String, List<Component>) - Constructor for class net.minestom.server.item.metadata.WritableBookMeta
- WritableBookMeta.Builder - Class in net.minestom.server.item.metadata
- write(int) - Method in class net.minestom.server.utils.binary.BinaryWriter
- write(ByteBuffer) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- write(ByteBuffer) - Method in class net.minestom.server.utils.binary.BinaryWriter
- write(ByteBuffer, int, int) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- write(TagWritable, T) - Method in interface net.minestom.server.tag.TagSerializer
-
Writes the custom tag to a
TagWritable. - write(BinaryWriter) - Method in class net.minestom.server.entity.Metadata.Entry
- write(BinaryWriter) - Method in class net.minestom.server.entity.Metadata.Value
- write(BinaryWriter) - Method in class net.minestom.server.extras.query.response.BasicQueryResponse
- write(BinaryWriter) - Method in class net.minestom.server.extras.query.response.FullQueryResponse
- write(BinaryWriter) - Method in class net.minestom.server.item.ItemMeta
- write(BinaryWriter) - Method in interface net.minestom.server.network.packet.client.ClientPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.handshake.HandshakePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.login.EncryptionResponsePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.login.LoginPluginResponsePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.login.LoginStartPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientAdvancementTabPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientAnimationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientChatMessagePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientClickWindowButtonPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientClickWindowPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientCloseWindowPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientCraftRecipeRequest
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientCreativeInventoryActionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientEditBookPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientEntityActionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientGenerateStructurePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientHeldItemChangePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientKeepAlivePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientNameItemPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPickItemPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerAbilitiesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerBlockPlacementPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerDiggingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPluginMessagePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientPongPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientQueryBlockNbtPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientQueryEntityNbtPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientResourcePackStatusPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSelectTradePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSetBeaconEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSetDisplayedRecipePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSetRecipeBookStatePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSettingsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSpectatePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientStatusPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSteerBoatPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientSteerVehiclePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientTabCompletePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientTeleportConfirmPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockMinecartPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateCommandBlockPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateSignPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientUpdateStructureBlockPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientUseItemPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.status.LegacyServerListPingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.status.PingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.client.status.StatusRequestPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.handshake.ResponsePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.login.EncryptionRequestPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.login.LoginDisconnectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.login.LoginPluginRequestPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.login.LoginSuccessPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.login.SetCompressionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AcknowledgePlayerDiggingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ActionBarPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Advancement
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementMapping
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.AdvancementProgress
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Criteria
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.CriterionProgress
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.ProgressMapping
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket.Requirement
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AdvancementsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.AttachEntityPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.BlockActionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.BlockBreakAnimationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.BlockChangePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.BlockEntityDataPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.BossBarPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.CameraPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ChangeGameStatePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ChatMessagePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ChunkDataPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ClearTitlesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.CloseWindowPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.CollectItemPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.CraftRecipeResponse
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeathCombatEventPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket.Node
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareCommandsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredBlastingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredCampfireCookingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapedCraftingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredShapelessCraftingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmeltingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmithingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredSmokingRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.DeclaredStonecutterRecipe
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DestroyEntitiesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DisconnectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DisplayScoreboardPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EndCombatEventPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EnterCombatEventPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityAnimationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityEquipmentPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityMetaDataPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityPositionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntitySoundEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityStatusPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityTeleportPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityVelocityPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ExplosionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.FacePlayerPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.HeldItemChangePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.JoinGamePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.KeepAlivePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.MapDataPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket.BlockEntry
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.MultiBlockChangePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.NbtQueryResponsePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.OpenBookPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.OpenHorseWindowPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.OpenSignEditorPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.OpenWindowPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ParticlePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerAbilitiesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerListHeaderAndFooterPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerPositionAndLookPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PluginMessagePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.RemoveEntityEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ResourcePackSendPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.RespawnPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ScoreboardObjectivePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SculkVibrationSignal
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SelectAdvancementTabPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.ServerDifficultyPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetCooldownPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetExperiencePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetPassengersPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetSlotPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetTitleSubTitlePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetTitleTextPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SetTitleTimePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnEntityPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnExperienceOrbPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnLivingEntityPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnPaintingPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnPlayerPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.SpawnPositionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.StatisticsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.StopSoundPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TabCompletePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TagsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TeamsPacket
-
Writes data into the
BinaryWriter - write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TimeUpdatePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TradeListPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UnloadChunkPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UnlockRecipesPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UpdateHealthPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UpdateLightPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UpdateScorePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UpdateViewDistancePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.UpdateViewPositionPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WindowItemsPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WindowPropertyPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WorldBorderLerpSizePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WorldBorderSizePacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningDelayPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.WorldBorderWarningReachPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.status.PongPacket
- write(BinaryWriter) - Method in class net.minestom.server.utils.binary.BinaryWriter
- write(BinaryWriter) - Method in interface net.minestom.server.utils.binary.Writeable
-
Writes into a
BinaryWriter. - write(Writeable) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes the given writeable object into this writer.
- write(NBTCompound, T) - Method in class net.minestom.server.tag.Tag
- write(ByteBuffer) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- write(ByteBuffer, int, int) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- write(BinaryBuffer) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.DeclareRecipesPacket.Ingredient
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.EntityPropertiesPacket.Property
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer.Property
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.AddPlayer
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.PlayerInfo
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.RemovePlayer
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateDisplayName
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateGamemode
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.PlayerInfoPacket.UpdateLatency
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.StatisticsPacket.Statistic
- write(BinaryWriter) - Method in class net.minestom.server.network.packet.server.play.TradeListPacket.Trade
- Writeable - Interface in net.minestom.server.utils.binary
-
Represents an element which can write to a
BinaryWriter. - writeAndFlush(ServerPacket) - Method in class net.minestom.server.network.player.PlayerSocketConnection
- writeArray(Writeable[]) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes an array of writeable objects to this writer.
- writeAtEnd(BinaryWriter) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Adds a
BinaryWriter'sByteBufferat the end of this writer. - writeAtStart(BinaryWriter) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Adds a
BinaryWriter'sByteBufferat the beginning of this writer. - writeBlockPosition(int, int, int) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeBlockPosition(Point) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeBoolean(boolean) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single boolean to the buffer.
- writeByte(byte) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single byte to the buffer.
- writeBytes(byte[]) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- writeBytes(byte[]) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a byte array.
- writeChannel(WritableByteChannel) - Method in class net.minestom.server.utils.binary.BinaryBuffer
- writeChar(char) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single char to the buffer.
- writeComponent(Component) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a component to the buffer as a sized string.
- writeDataIndexHeader(BinaryWriter, Object2ShortMap<String>) - Static method in class net.minestom.server.data.SerializableData
-
Deprecated.Writes the index info (class name -> class index), used to write the header for indexed serialized data.
- writeDouble(double) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single double to the buffer.
- writeEmptyVarIntHeader(ByteBuffer) - Static method in class net.minestom.server.utils.Utils
- writeEnchant(NBTCompound, String, Map<Enchantment, Short>) - Static method in class net.minestom.server.utils.NBTUtils
- writeFloat(float) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single float to the buffer.
- writeFramedPacket(ByteBuffer, ServerPacket, boolean) - Static method in class net.minestom.server.utils.PacketUtils
- writeInt(int) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single int to the buffer.
- writeItemStack(ItemStack) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeLong(long) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single long to the buffer.
- writeLongArray(long[]) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeNBT(String, NBT) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeNullTerminatedString(String, Charset) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a null terminated string to the buffer.
- writePaletteBlocks(ByteBuffer, Palette) - Static method in class net.minestom.server.utils.Utils
- writerOffset() - Method in record class net.minestom.server.utils.binary.BinaryBuffer.Marker
-
Returns the value of the
writerOffsetrecord component. - writerOffset() - Method in class net.minestom.server.utils.binary.BinaryBuffer
- writeShort(short) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single short to the buffer.
- writeSizedString(String) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a string to the buffer.
- writeStringArray(String[]) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a string to the buffer.
- writeUnsafe(NBTCompound, Object) - Method in class net.minestom.server.tag.Tag
- writeUnsignedShort(int) - Method in class net.minestom.server.utils.binary.BinaryWriter
- writeUuid(UUID) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes an
UUID. - writeVarInt(int) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single var-int to the buffer.
- writeVarInt(ByteBuffer, int) - Static method in class net.minestom.server.utils.Utils
- writeVarIntArray(int[]) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a var-int array to the buffer.
- writeVarIntHeader(ByteBuffer, int, int) - Static method in class net.minestom.server.utils.Utils
- writeVarLong(long) - Method in class net.minestom.server.utils.binary.BinaryWriter
-
Writes a single var-long to the buffer.
- writeVarLong(ByteBuffer, long) - Static method in class net.minestom.server.utils.Utils
- WRITTEN_BOOK - Static variable in interface net.minestom.server.item.Material
- WrittenBookMeta - Class in net.minestom.server.item.metadata
- WrittenBookMeta(ItemMetaBuilder, boolean, WrittenBookMeta.WrittenBookGeneration, String, String, List<Component>) - Constructor for class net.minestom.server.item.metadata.WrittenBookMeta
- WrittenBookMeta.Builder - Class in net.minestom.server.item.metadata
- WrittenBookMeta.WrittenBookGeneration - Enum Class in net.minestom.server.item.metadata
X
- x - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- x - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- x - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- x - Variable in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- x - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- x - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- x - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- x - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- x - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- x - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- x - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- x - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- x - Variable in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- x - Variable in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- x() - Method in interface net.minestom.server.coordinate.Point
-
Gets the X coordinate.
- x() - Method in record class net.minestom.server.coordinate.Pos
-
Returns the value of the
xrecord component. - x() - Method in record class net.minestom.server.coordinate.Vec
-
Returns the value of the
xrecord component. - X - Enum constant in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
- x0_53 - Enum constant in enum class net.minestom.server.map.MapColors.Multiplier
- x0_71 - Enum constant in enum class net.minestom.server.map.MapColors.Multiplier
- x0_86 - Enum constant in enum class net.minestom.server.map.MapColors.Multiplier
- x1_00 - Enum constant in enum class net.minestom.server.map.MapColors.Multiplier
Y
- y - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- y - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- y - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- y - Variable in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- y - Variable in class net.minestom.server.network.packet.server.play.AdvancementsPacket.DisplayData
- y - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- y - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- y - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- y - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- y - Variable in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- y() - Method in interface net.minestom.server.coordinate.Point
-
Gets the Y coordinate.
- y() - Method in record class net.minestom.server.coordinate.Pos
-
Returns the value of the
yrecord component. - y() - Method in record class net.minestom.server.coordinate.Vec
-
Returns the value of the
yrecord component. - yaw - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- yaw - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerRotationPacket
- yaw - Variable in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- yaw - Variable in class net.minestom.server.network.packet.server.play.EntityHeadLookPacket
- yaw - Variable in class net.minestom.server.network.packet.server.play.EntityPositionAndRotationPacket
- yaw - Variable in class net.minestom.server.network.packet.server.play.EntityRotationPacket
- yaw - Variable in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- yaw() - Method in record class net.minestom.server.coordinate.Pos
-
Returns the value of the
yawrecord component. - YELLOW - Enum constant in enum class net.minestom.server.color.DyeColor
- YELLOW_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_BANNER - Static variable in interface net.minestom.server.item.Material
- YELLOW_BED - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_BED - Static variable in interface net.minestom.server.item.Material
- YELLOW_BLUE - Enum constant in enum class net.minestom.server.entity.metadata.animal.tameable.ParrotMeta.Color
- YELLOW_CANDLE - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_CANDLE - Static variable in interface net.minestom.server.item.Material
- YELLOW_CANDLE_CAKE - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_CARPET - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_CARPET - Static variable in interface net.minestom.server.item.Material
- YELLOW_CONCRETE - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_CONCRETE - Static variable in interface net.minestom.server.item.Material
- YELLOW_CONCRETE_POWDER - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_CONCRETE_POWDER - Static variable in interface net.minestom.server.item.Material
- YELLOW_DYE - Static variable in interface net.minestom.server.item.Material
- YELLOW_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_GLAZED_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- YELLOW_SHULKER_BOX - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_SHULKER_BOX - Static variable in interface net.minestom.server.item.Material
- YELLOW_STAINED_GLASS - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_STAINED_GLASS - Static variable in interface net.minestom.server.item.Material
- YELLOW_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_STAINED_GLASS_PANE - Static variable in interface net.minestom.server.item.Material
- YELLOW_TERRACOTTA - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_TERRACOTTA - Static variable in interface net.minestom.server.item.Material
- YELLOW_WALL_BANNER - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_WOOL - Static variable in interface net.minestom.server.instance.block.Block
- YELLOW_WOOL - Static variable in interface net.minestom.server.item.Material
Z
- z - Variable in class net.minestom.server.network.packet.client.play.ClientInteractEntityPacket
- z - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionAndRotationPacket
- z - Variable in class net.minestom.server.network.packet.client.play.ClientPlayerPositionPacket
- z - Variable in class net.minestom.server.network.packet.client.play.ClientVehicleMovePacket
- z - Variable in class net.minestom.server.network.packet.server.play.ExplosionPacket
- z - Variable in class net.minestom.server.network.packet.server.play.InitializeWorldBorderPacket
- z - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket.Icon
- z - Variable in class net.minestom.server.network.packet.server.play.MapDataPacket
- z - Variable in class net.minestom.server.network.packet.server.play.NamedSoundEffectPacket
- z - Variable in class net.minestom.server.network.packet.server.play.ParticlePacket
- z - Variable in class net.minestom.server.network.packet.server.play.SoundEffectPacket
- z - Variable in class net.minestom.server.network.packet.server.play.VehicleMovePacket
- z - Variable in class net.minestom.server.network.packet.server.play.WorldBorderCenterPacket
- z() - Method in interface net.minestom.server.coordinate.Point
-
Gets the Z coordinate.
- z() - Method in record class net.minestom.server.coordinate.Pos
-
Returns the value of the
zrecord component. - z() - Method in record class net.minestom.server.coordinate.Vec
-
Returns the value of the
zrecord component. - Z - Enum constant in enum class net.minestom.server.instance.WorldBorder.CollisionAxis
- ZERO - Static variable in record class net.minestom.server.coordinate.Pos
- ZERO - Static variable in record class net.minestom.server.coordinate.Vec
- ZOGLIN - Static variable in interface net.minestom.server.entity.EntityType
- ZOGLIN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ZoglinMeta - Class in net.minestom.server.entity.metadata.monster
- ZoglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.ZoglinMeta
- ZOMBIE - Static variable in interface net.minestom.server.entity.EntityType
- ZOMBIE_ATTACKS_IRON_DOOR - Enum constant in enum class net.minestom.server.effects.Effects
- ZOMBIE_ATTACKS_WOOD_DOOR - Enum constant in enum class net.minestom.server.effects.Effects
- ZOMBIE_BREAKS_WOOD_DOOR - Enum constant in enum class net.minestom.server.effects.Effects
- ZOMBIE_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- ZOMBIE_HEAD - Static variable in interface net.minestom.server.item.Material
- ZOMBIE_HORSE - Static variable in interface net.minestom.server.entity.EntityType
- ZOMBIE_HORSE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ZOMBIE_INFECTS - Enum constant in enum class net.minestom.server.effects.Effects
- ZOMBIE_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ZOMBIE_SPAWN_REINFORCEMENTS - Static variable in class net.minestom.server.attribute.Attribute
- ZOMBIE_SPAWN_REINFORCEMENTS - Static variable in class net.minestom.server.attribute.Attributes
-
Deprecated.
- ZOMBIE_VILLAGER - Static variable in interface net.minestom.server.entity.EntityType
- ZOMBIE_VILLAGER_CONVERTED - Enum constant in enum class net.minestom.server.effects.Effects
- ZOMBIE_VILLAGER_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ZOMBIE_WALL_HEAD - Static variable in interface net.minestom.server.instance.block.Block
- ZombieHorseMeta - Class in net.minestom.server.entity.metadata.animal
- ZombieHorseMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.animal.ZombieHorseMeta
- ZombieMeta - Class in net.minestom.server.entity.metadata.monster.zombie
- ZombieMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.zombie.ZombieMeta
- ZombieVillagerMeta - Class in net.minestom.server.entity.metadata.monster.zombie
- ZombieVillagerMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.zombie.ZombieVillagerMeta
- ZOMBIFIED_PIGLIN - Static variable in interface net.minestom.server.entity.EntityType
- ZOMBIFIED_PIGLIN_SPAWN_EGG - Static variable in interface net.minestom.server.item.Material
- ZombifiedPiglinMeta - Class in net.minestom.server.entity.metadata.monster.zombie
- ZombifiedPiglinMeta(Entity, Metadata) - Constructor for class net.minestom.server.entity.metadata.monster.zombie.ZombifiedPiglinMeta
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
EventNode.addListener(Class, Consumer)